1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

textproc/py-pyrss2gen: Move textproc/py-rss2gen to textproc/py-pyrss2gen

- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
This commit is contained in:
Po-Chuan Hsieh 2024-05-13 21:59:05 +08:00
parent 9884304dd0
commit 058570a567
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
7 changed files with 22 additions and 6 deletions

1
MOVED
View File

@ -3241,3 +3241,4 @@ www/py-dj42-django-compression-middleware|www/py-django-compression-middleware|2
www/py-dj42-django-multiselectfield|www/py-django-multiselectfield|2024-05-12|Renamed after all Django consumers were switched from Django 3.2 to Django 4.2 to have a consistent naming scheme
www/py-dj42-djangorestframework-guardian|www/py-djangorestframework-guardian|2024-05-12|Renamed after all Django consumers were switched from Django 3.2 to Django 4.2 to have a consistent naming scheme
www/py-dj42-drf-writable-nested|www/py-drf-writable-nested|2024-05-12|Renamed after all Django consumers were switched from Django 3.2 to Django 4.2 to have a consistent naming scheme
textproc/py-rss2gen|textproc/py-pyrss2gen|2024-05-13|Move textproc/py-rss2gen to textproc/py-pyrss2gen

View File

@ -1514,6 +1514,7 @@
SUBDIR += py-pypa-docs-theme
SUBDIR += py-pypandoc
SUBDIR += py-pyphen
SUBDIR += py-pyrss2gen
SUBDIR += py-pyscss
SUBDIR += py-pysrt
SUBDIR += py-pystache
@ -1552,7 +1553,6 @@
SUBDIR += py-rich-rst
SUBDIR += py-rich12
SUBDIR += py-rnc2rng
SUBDIR += py-rss2gen
SUBDIR += py-rst2ansi
SUBDIR += py-rst2html5
SUBDIR += py-scour

View File

@ -1,4 +1,4 @@
PORTNAME= rss2gen
PORTNAME= pyrss2gen
PORTVERSION= 1.1
CATEGORIES= textproc python
MASTER_SITES= PYPI
@ -11,8 +11,12 @@ WWW= http://www.dalkescientific.com/Python/PyRSS2Gen.html
LICENSE= BSD3CLAUSE
NO_ARCH= yes
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,11 @@
--- setup.py.orig 2013-02-21 03:22:02 UTC
+++ setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup
from distutils.core import setup
-setup(name = "PyRSS2Gen",
+setup(name = "pyrss2gen",
version = "1.1",
description = "Generate RSS2 using a Python data structure",
author = "Andrew Dalke",

View File

@ -1,7 +1,7 @@
PORTNAME= FlexGet
DISTVERSIONPREFIX= v
DISTVERSION= 3.9.10
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www
MAINTAINER= jbeich@FreeBSD.org
@ -32,7 +32,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy20>0:databases/py-sqlalchemy20@${P
${PYTHON_PKGNAMEPREFIX}psutil>=5.8.0:sysutils/py-psutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.2:textproc/py-feedparser@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rich>=9.0.0:textproc/py-rich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rss2gen>0:textproc/py-rss2gen@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyrss2gen>0:textproc/py-pyrss2gen@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cherrypy>=3.7.0:www/py-cherrypy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}flask>=0.7:www/py-flask@${PY_FLAVOR} \