mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
devel/py-setupmeta: Add new port
SetupMeta is designed to streamline the creation of setup.py files by minimizing boilerplate code. Sponsored by: Netflix
This commit is contained in:
parent
09337816ae
commit
5711e4153d
4 changed files with 27 additions and 0 deletions
|
@ -5893,6 +5893,7 @@
|
|||
SUBDIR += py-session-info
|
||||
SUBDIR += py-setoptconf
|
||||
SUBDIR += py-setproctitle
|
||||
SUBDIR += py-setupmeta
|
||||
SUBDIR += py-setuptools
|
||||
SUBDIR += py-setuptools-declarative-requirements
|
||||
SUBDIR += py-setuptools-dso
|
||||
|
|
21
devel/py-setupmeta/Makefile
Normal file
21
devel/py-setupmeta/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
PORTNAME= setupmeta
|
||||
PORTVERSION= 3.8.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= olivier@FreeBSD.org
|
||||
COMMENT= Simplify your setup.py
|
||||
WWW= https://github.com/codrsquad/setupmeta
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-setupmeta/distinfo
Normal file
3
devel/py-setupmeta/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1743186267
|
||||
SHA256 (setupmeta-3.8.0.tar.gz) = f13d6e3c4a5f1bbf06e41920eab36c05fd1de54cadb629f3a4d069e24a6503a1
|
||||
SIZE (setupmeta-3.8.0.tar.gz) = 86347
|
2
devel/py-setupmeta/pkg-descr
Normal file
2
devel/py-setupmeta/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
SetupMeta is designed to streamline the creation of setup.py files by
|
||||
minimizing boilerplate code and promoting best packaging practices.
|
Loading…
Add table
Reference in a new issue