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.
This commit is contained in:
parent
858235b9f8
commit
f194f40d34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464693
2 changed files with 7 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue