diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-03-16 23:20:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-03-16 23:20:46 +0800 |
commit | f5d4d1107629ae33d944832f1040a5ed569b702a (patch) | |
tree | 4dd240fa4cef687287fb2faf3fbc253c2213436a /textproc | |
parent | 69695149bba90253c1bbba4298ab3029f8f71fce (diff) | |
download | freebsd-ports-gnome-f5d4d1107629ae33d944832f1040a5ed569b702a.tar.gz freebsd-ports-gnome-f5d4d1107629ae33d944832f1040a5ed569b702a.tar.zst freebsd-ports-gnome-f5d4d1107629ae33d944832f1040a5ed569b702a.zip |
Change MASTER_SITES to CHEESESHOP
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Take maintainership
The main content is functional identical. The tarball from PyPI contains classifiers.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-rss2gen/Makefile | 7 | ||||
-rw-r--r-- | textproc/py-rss2gen/distinfo | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/textproc/py-rss2gen/Makefile b/textproc/py-rss2gen/Makefile index b759bc90c8bd..a4742417da1f 100644 --- a/textproc/py-rss2gen/Makefile +++ b/textproc/py-rss2gen/Makefile @@ -4,16 +4,17 @@ PORTNAME= rss2gen PORTVERSION= 1.1 CATEGORIES= textproc python -MASTER_SITES= http://www.dalkescientific.com/Python/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyRSS2Gen-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python library for generating RSS 2.0 feeds LICENSE= BSD3CLAUSE +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk> diff --git a/textproc/py-rss2gen/distinfo b/textproc/py-rss2gen/distinfo index c2e51823b700..5e2adaa178b4 100644 --- a/textproc/py-rss2gen/distinfo +++ b/textproc/py-rss2gen/distinfo @@ -1,2 +1,3 @@ -SHA256 (PyRSS2Gen-1.1.tar.gz) = 2a9a3ee7c8e30cb40434ef3a295f9a60166f7d8c3eaefac9f46f7ed4b27c2269 -SIZE (PyRSS2Gen-1.1.tar.gz) = 9149 +TIMESTAMP = 1521194674 +SHA256 (PyRSS2Gen-1.1.tar.gz) = 7960aed7e998d2482bf58716c316509786f596426f879b05f8d84e98b82c6ee7 +SIZE (PyRSS2Gen-1.1.tar.gz) = 6854 |