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:
Olivier Cochard 2025-03-30 16:38:40 +02:00
parent 09337816ae
commit 5711e4153d
4 changed files with 27 additions and 0 deletions

View file

@ -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

View 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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1743186267
SHA256 (setupmeta-3.8.0.tar.gz) = f13d6e3c4a5f1bbf06e41920eab36c05fd1de54cadb629f3a4d069e24a6503a1
SIZE (setupmeta-3.8.0.tar.gz) = 86347

View 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.