diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2023-03-27 04:45:29 +0000 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2023-03-27 04:45:29 +0000 |
commit | a4d616aff9421cef1ce84d390422a567f82968f6 (patch) | |
tree | ae2f089ff88c413a7c80cc4a41866b079299a4a2 /devel/Makefile | |
parent | 35fec87867f4c019da9c1fe698929fdd36e88eaf (diff) | |
download | ports-a4d616aff9421cef1ce84d390422a567f82968f6.tar.gz ports-a4d616aff9421cef1ce84d390422a567f82968f6.zip |
devel/py-gpep517: add
Alternative PEP-517 build frontend, originally from Gentoo
Despite the requires-python specifier, this does work on 3.7.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f884ddc55fc5..4abfd541fa59 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4663,6 +4663,7 @@ SUBDIR += py-google-pasta SUBDIR += py-google-re2 SUBDIR += py-googleapis-common-protos + SUBDIR += py-gpep517 SUBDIR += py-gpxpy SUBDIR += py-grab SUBDIR += py-graphene |