mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
www/py-flask-migrate: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
This commit is contained in:
parent
b7eeab51dc
commit
3cd860fb9f
@ -1,5 +1,6 @@
|
||||
PORTNAME= flask-migrate
|
||||
PORTVERSION= 4.0.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,12 +13,14 @@ WWW= https://github.com/miguelgrinberg/Flask-Migrate
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}alembic>=1.9.0:databases/py-alembic@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}Flask>=0.9:www/py-flask@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}flask-sqlalchemy>=1.0:databases/py-flask-sqlalchemy@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
9
www/py-flask-migrate/files/patch-setup.cfg
Normal file
9
www/py-flask-migrate/files/patch-setup.cfg
Normal file
@ -0,0 +1,9 @@
|
||||
--- setup.cfg.orig 2023-02-02 23:22:31 UTC
|
||||
+++ setup.cfg
|
||||
@@ -1,5 +1,5 @@
|
||||
[metadata]
|
||||
-name = Flask-Migrate
|
||||
+name = flask-migrate
|
||||
version = 4.0.4
|
||||
author = Miguel Grinberg
|
||||
author_email = miguel.grinberg@gmail.com
|
Loading…
Reference in New Issue
Block a user