svn commit: r442918 - in head: . www www/py-utidy www/py-utidylib
Rene Ladan
rene at FreeBSD.org
Thu Jun 8 13:21:41 UTC 2017
Author: rene
Date: Thu Jun 8 13:21:39 2017
New Revision: 442918
URL: https://svnweb.freebsd.org/changeset/ports/442918
Log:
Move www/py-utidy to www/py-utidylib to comply with PyPI naming.
Further fixes:
- properly depend on Python 2.7
- drop manual DISTNAME
Submitted by: koobs (private mail)
Added:
head/www/py-utidylib/
- copied from r442917, head/www/py-utidy/
Deleted:
head/www/py-utidy/
Modified:
head/MOVED
head/www/Makefile
head/www/py-utidylib/Makefile
head/www/py-utidylib/distinfo
Modified: head/MOVED
==============================================================================
--- head/MOVED Thu Jun 8 12:37:32 2017 (r442917)
+++ head/MOVED Thu Jun 8 13:21:39 2017 (r442918)
@@ -9410,3 +9410,4 @@ security/pgp||2017-06-07|Has expired: This software wa
dns/pear-Net_DNS||2017-06-07|Has expired: This Port use PHP4.2 - This PHP-Version is not longer supporded
net/samba42|net/samba44|2016-09-07|Has expired: not supported upstream https://wiki.samba.org/index.php/Samba_Release_Planning
net/samba43|net/samba44|2017-03-07|Has expired: not supported upstream https://wiki.samba.org/index.php/Samba_Release_Planning
+www/py-utidy|www/py-utidylib|2017-06-08|Rename to comply with PyPI scheme
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Thu Jun 8 12:37:32 2017 (r442917)
+++ head/www/Makefile Thu Jun 8 13:21:39 2017 (r442918)
@@ -1830,7 +1830,7 @@
SUBDIR += py-urlgrabber
SUBDIR += py-urlobject
SUBDIR += py-user_agent
- SUBDIR += py-utidy
+ SUBDIR += py-utidylib
SUBDIR += py-w3lib
SUBDIR += py-waitress
SUBDIR += py-webassets
Modified: head/www/py-utidylib/Makefile
==============================================================================
--- head/www/py-utidy/Makefile Thu Jun 8 12:37:32 2017 (r442917)
+++ head/www/py-utidylib/Makefile Thu Jun 8 13:21:39 2017 (r442918)
@@ -1,12 +1,11 @@
# Created by: Stefan Esser <se at FreeBSD.org>
# $FreeBSD$
-PORTNAME= utidy
+PORTNAME= utidylib
PORTVERSION= 0.2
PORTREVISION= 2
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= uTidylib-${PORTVERSION}
MAINTAINER= rene at FreeBSD.org
COMMENT= Python interface to tidy-lib
@@ -22,7 +21,7 @@ GH_TAGNAME= 8eb8b3041d4dd44d7b64314da477b93b98bd692d
# XXX Better depend on tidy or tidy-devel???
LIB_DEPENDS= libtidy.so:www/tidy-lib
-USES= python:2
+USES= python:2.7
USE_PYTHON= distutils autoplist
post-patch:
Modified: head/www/py-utidylib/distinfo
==============================================================================
--- head/www/py-utidy/distinfo Thu Jun 8 12:37:32 2017 (r442917)
+++ head/www/py-utidylib/distinfo Thu Jun 8 13:21:39 2017 (r442918)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1496891054
-SHA256 (uTidylib-0.2_GH0.tar.gz) = 847d029589877a81dab3c19398c1d94510d679a3e2c7619c5897f59c682fa8f9
-SIZE (uTidylib-0.2_GH0.tar.gz) = 14522
+TIMESTAMP = 1496927849
+SHA256 (xdissent-utidylib-0.2-8eb8b3041d4dd44d7b64314da477b93b98bd692d_GH0.tar.gz) = 847d029589877a81dab3c19398c1d94510d679a3e2c7619c5897f59c682fa8f9
+SIZE (xdissent-utidylib-0.2-8eb8b3041d4dd44d7b64314da477b93b98bd692d_GH0.tar.gz) = 14522
More information about the svn-ports-all
mailing list