diff options
author | rene <rene@FreeBSD.org> | 2017-06-08 21:21:39 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-06-08 21:21:39 +0800 |
commit | 2933113c55eb3ae229c642f2da6ea491c29f757b (patch) | |
tree | 61949cf1c8da1ed5ca64d9c6e78def2de5a98d68 | |
parent | 44a94e7425784cba52baa61d36257b9e7e297235 (diff) | |
download | freebsd-ports-gnome-2933113c55eb3ae229c642f2da6ea491c29f757b.tar.gz freebsd-ports-gnome-2933113c55eb3ae229c642f2da6ea491c29f757b.tar.zst freebsd-ports-gnome-2933113c55eb3ae229c642f2da6ea491c29f757b.zip |
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)
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | www/Makefile | 2 | ||||
-rw-r--r-- | www/py-utidy/distinfo | 3 | ||||
-rw-r--r-- | www/py-utidylib/Makefile (renamed from www/py-utidy/Makefile) | 5 | ||||
-rw-r--r-- | www/py-utidylib/distinfo | 3 | ||||
-rw-r--r-- | www/py-utidylib/files/patch-tidy-lib.py (renamed from www/py-utidy/files/patch-tidy-lib.py) | 0 | ||||
-rw-r--r-- | www/py-utidylib/pkg-descr (renamed from www/py-utidy/pkg-descr) | 0 |
7 files changed, 7 insertions, 7 deletions
@@ -9410,3 +9410,4 @@ security/pgp||2017-06-07|Has expired: This software was last updated in 1996, us 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 diff --git a/www/Makefile b/www/Makefile index 2e108649ce12..af1f8a41da57 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/py-utidy/distinfo b/www/py-utidy/distinfo deleted file mode 100644 index 5542b3309da0..000000000000 --- a/www/py-utidy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1496891054 -SHA256 (uTidylib-0.2_GH0.tar.gz) = 847d029589877a81dab3c19398c1d94510d679a3e2c7619c5897f59c682fa8f9 -SIZE (uTidylib-0.2_GH0.tar.gz) = 14522 diff --git a/www/py-utidy/Makefile b/www/py-utidylib/Makefile index 091522827861..aa6649915056 100644 --- a/www/py-utidy/Makefile +++ b/www/py-utidylib/Makefile @@ -1,12 +1,11 @@ # Created by: Stefan Esser <se@FreeBSD.org> # $FreeBSD$ -PORTNAME= utidy +PORTNAME= utidylib PORTVERSION= 0.2 PORTREVISION= 2 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= uTidylib-${PORTVERSION} MAINTAINER= rene@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: diff --git a/www/py-utidylib/distinfo b/www/py-utidylib/distinfo new file mode 100644 index 000000000000..90073c21c53d --- /dev/null +++ b/www/py-utidylib/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1496927849 +SHA256 (xdissent-utidylib-0.2-8eb8b3041d4dd44d7b64314da477b93b98bd692d_GH0.tar.gz) = 847d029589877a81dab3c19398c1d94510d679a3e2c7619c5897f59c682fa8f9 +SIZE (xdissent-utidylib-0.2-8eb8b3041d4dd44d7b64314da477b93b98bd692d_GH0.tar.gz) = 14522 diff --git a/www/py-utidy/files/patch-tidy-lib.py b/www/py-utidylib/files/patch-tidy-lib.py index 8b49cbcab1d7..8b49cbcab1d7 100644 --- a/www/py-utidy/files/patch-tidy-lib.py +++ b/www/py-utidylib/files/patch-tidy-lib.py diff --git a/www/py-utidy/pkg-descr b/www/py-utidylib/pkg-descr index fd50e0c32ac9..fd50e0c32ac9 100644 --- a/www/py-utidy/pkg-descr +++ b/www/py-utidylib/pkg-descr |