SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
27
devel/py-hatch-fancy-pypi-readme/Makefile
Normal file
27
devel/py-hatch-fancy-pypi-readme/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
COMMENT= Hatch plugin for fancy PyPI readmes
|
||||
|
||||
MODPY_EGG_VERSION= 23.1.0
|
||||
|
||||
DISTNAME= hatch_fancy_pypi_readme-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/python
|
||||
MODPY_PI= Yes
|
||||
MODPY_PYBUILD= hatchling
|
||||
|
||||
RUN_DEPENDS= devel/py-hatchling${MODPY_FLAVOR}
|
||||
|
||||
# some tests use the network
|
||||
MODPY_PYTEST= Yes
|
||||
PORTHOME= ${WRKDIR}
|
||||
TEST_DEPENDS= ${FULLPKGNAME}:${BUILD_PKGPATH}
|
||||
|
||||
FLAVORS= python3
|
||||
FLAVOR= python3
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Add table
Add a link
Reference in a new issue