Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109480233
D19377.id54459.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D19377.id54459.diff
View Options
Index: head/net-im/toot/Makefile
===================================================================
--- head/net-im/toot/Makefile
+++ head/net-im/toot/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= toot
-DISTVERSION= 0.19.0
+DISTVERSION= 0.21.0
CATEGORIES= net-im python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,8 @@
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.0:www/py-beautifulsoup@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests>=2.13:www/py-requests@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.13:www/py-requests@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0.1.7:devel/py-wcwidth@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.0:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.4.0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${PY_FLAVOR}
@@ -30,10 +31,11 @@
PORTDOCS= CHANGELOG.md README.rst
MAKE_ENV= PATH+=${STAGEDIR}${PREFIX}/bin
-TEST_TARGET= coverage
+TEST_TARGET= coverage test
pre-test:
@${REINPLACE_CMD} -e 's|py.test |py.test-${PYTHON_VER} |' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's|pytest |pytest-${PYTHON_VER} |' ${WRKSRC}/Makefile
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
Index: head/net-im/toot/distinfo
===================================================================
--- head/net-im/toot/distinfo
+++ head/net-im/toot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534367575
-SHA256 (ihabunek-toot-0.19.0_GH0.tar.gz) = 90d76442a85a6597edfa3dc5edaf5a506fc5912577381f67ffecc092e64bafdf
-SIZE (ihabunek-toot-0.19.0_GH0.tar.gz) = 151092
+TIMESTAMP = 1551131323
+SHA256 (ihabunek-toot-0.21.0_GH0.tar.gz) = 23f66db6535b71e03c33a6b5499125302963a6c6f567233eeeb0559bb7232697
+SIZE (ihabunek-toot-0.21.0_GH0.tar.gz) = 181838
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 6, 3:36 PM (21 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16495431
Default Alt Text
D19377.id54459.diff (1 KB)
Attached To
Mode
D19377: net-im/toot: Update to 0.21.0
Attached
Detach File
Event Timeline
Log In to Comment