mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Update to 1.9.1
- Add LICENSE_FILE - Add NO_ARCH - Update pkg-descr - Take maintainership Changes: https://github.com/getpelican/feedgenerator/releases PR: 246403 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 38 days)
This commit is contained in:
parent
a939560954
commit
98a6169cbe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539666
@ -2,22 +2,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= feedgenerator
|
||||
PORTVERSION= 1.9
|
||||
PORTVERSION= 1.9.1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= jlaffaye@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Standalone version of django.utils.feedgenerator
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1495995252
|
||||
SHA256 (feedgenerator-1.9.tar.gz) = 5ae05daa9cfa47fa406ee4744d0b7fa1c8a05a7a47ee0ad328ddf55327cfb106
|
||||
SIZE (feedgenerator-1.9.tar.gz) = 4136224
|
||||
TIMESTAMP = 1586173953
|
||||
SHA256 (feedgenerator-1.9.1.tar.gz) = a28a5add781509390d1a6a52d017829853ee4bef1d2e7b4d5da0e9d1b395ce54
|
||||
SIZE (feedgenerator-1.9.1.tar.gz) = 25677
|
||||
|
@ -1,3 +1,4 @@
|
||||
Standalone version of django.utils.feedgenerator
|
||||
FeedGenerator is a standalone version of Django’s feedgenerator module. It has
|
||||
evolved over time and includes numerous enhancements
|
||||
|
||||
WWW: https://github.com/getpelican/feedgenerator
|
||||
|
Loading…
Reference in New Issue
Block a user