Date: Wed, 5 Apr 2023 17:35:40 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cf0d93353d5e - main - databases/py-asyncmy: Convert to USE_PYTHON=pep517 Message-ID: <202304051735.335HZeM8085901@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf0d93353d5ef4eb8abac622c0fffc75b4d843a1 commit cf0d93353d5ef4eb8abac622c0fffc75b4d843a1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:15:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:30:10 +0000 databases/py-asyncmy: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- databases/py-asyncmy/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/databases/py-asyncmy/Makefile b/databases/py-asyncmy/Makefile index 9f4646a48df0..67906409b9a7 100644 --- a/databases/py-asyncmy/Makefile +++ b/databases/py-asyncmy/Makefile @@ -1,5 +1,6 @@ PORTNAME= asyncmy PORTVERSION= 0.2.7 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/long2ice/asyncmy LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} + USES= python:3.7+ -USE_PYTHON= autoplist concurrent cython distutils +USE_PYTHON= autoplist concurrent cython pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051735.335HZeM8085901>