Skip to content

Commit

Permalink
devel/py-exceptiongroup: Convert to USE_PYTHON=pep517
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for dependency and package change
  • Loading branch information
sunpoet committed Mar 21, 2023
1 parent 4be8586 commit 273a697
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 33 deletions.
8 changes: 4 additions & 4 deletions devel/py-exceptiongroup/Makefile
@@ -1,5 +1,6 @@
PORTNAME= exceptiongroup
PORTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,12 +12,11 @@ WWW= https://github.com/agronholm/exceptiongroup
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-scm>=0:devel/py-flit-scm@${PY_FLAVOR}

USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

post-patch:
@${SED} -e 's|%%PORTVERSION%%|${PORTVERSION}|' ${FILESDIR}/setup.py > ${WRKSRC}/setup.py

.include <bsd.port.mk>
29 changes: 0 additions & 29 deletions devel/py-exceptiongroup/files/setup.py

This file was deleted.

0 comments on commit 273a697

Please sign in to comment.