missing RDEP on setuptools (pkg_resources), https HOMEPAGE

This commit is contained in:
sthen 2023-11-21 08:40:51 +00:00
parent f2c3face0c
commit 3c93aaed82
1 changed files with 5 additions and 4 deletions

View File

@ -1,14 +1,14 @@
COMMENT = ORM (Object Relational Manager) for Python
MODPY_EGG_VERSION = 3.11.0
REVISION = 0
DISTNAME = SQLObject-${MODPY_EGG_VERSION}
PKGNAME = py-sqlobject-${MODPY_EGG_VERSION}
CATEGORIES = databases
HOMEPAGE = http://www.sqlobject.org/
HOMEPAGE = https://www.sqlobject.org/
# LGPL
# LGPLv2.1+
PERMIT_PACKAGE = Yes
MODULES = lang/python
@ -20,6 +20,7 @@ MODPY_PI = Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS = www/py-formencode${MODPY_FLAVOR}>=1.3.1 \
devel/py-dispatcher${MODPY_FLAVOR}>=2.0.4
devel/py-dispatcher${MODPY_FLAVOR}>=2.0.4 \
devel/py-setuptools${MODPY_FLAVOR}
.include <bsd.port.mk>