diff options
author | mva <mva@FreeBSD.org> | 2014-06-09 16:34:07 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-06-09 16:34:07 +0800 |
commit | 95b2d663c92320e9a0779c14d15c7c6f2c697e2b (patch) | |
tree | 5255e1a80249f239b30b0d8ce55430344fc4bda8 | |
parent | edda7810958e228887e959a08227d95ef4c6f46c (diff) | |
download | freebsd-ports-gnome-95b2d663c92320e9a0779c14d15c7c6f2c697e2b.tar.gz freebsd-ports-gnome-95b2d663c92320e9a0779c14d15c7c6f2c697e2b.tar.zst freebsd-ports-gnome-95b2d663c92320e9a0779c14d15c7c6f2c697e2b.zip |
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
-rw-r--r-- | audio/py-discogs-client/Makefile | 5 | ||||
-rw-r--r-- | audio/py-discogs-client/pkg-plist | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/py-discogs-client/Makefile b/audio/py-discogs-client/Makefile index 33c250ed533c..354c201dc844 100644 --- a/audio/py-discogs-client/Makefile +++ b/audio/py-discogs-client/Makefile @@ -15,7 +15,8 @@ LICENSE= BSD RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests1>=1.0.0:${PORTSDIR}/www/py-requests1 -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> diff --git a/audio/py-discogs-client/pkg-plist b/audio/py-discogs-client/pkg-plist deleted file mode 100644 index f4a7e443d7c3..000000000000 --- a/audio/py-discogs-client/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/discogs_client-1.1.1-py2.7.egg |