mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 03:51:18 +02:00
xxx
This commit is contained in:
22
python/py-flit-core/Makefile
Normal file
22
python/py-flit-core/Makefile
Normal file
@@ -0,0 +1,22 @@
|
||||
PORTNAME= flit-core
|
||||
PORTVERSION= 3.8.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= flit_core-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Distribution-building parts of Flit
|
||||
WWW= https://github.com/pypa/flit/tree/main/flit_core
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= allflavors autoplist concurrent pep517 pytest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PEP517_BUILD_CMD= ${PYTHON_CMD} -m flit_core.wheel
|
||||
PEP517_BUILD_DEPEND= # empty
|
||||
PEP517_INSTALL_CMD= ${PYTHON_CMD} ${WRKSRC}/bootstrap_install.py --installdir ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} ${WRKSRC}/dist/${DISTNAME}*.whl
|
||||
PEP517_INSTALL_DEPEND= # empty
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-flit-core/distinfo
Normal file
3
python/py-flit-core/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1669057735
|
||||
SHA256 (flit_core-3.8.0.tar.gz) = b305b30c99526df5e63d6022dd2310a0a941a187bd3884f4c8ef0418df6c39f3
|
||||
SIZE (flit_core-3.8.0.tar.gz) = 41224
|
||||
2
python/py-flit-core/pkg-descr
Normal file
2
python/py-flit-core/pkg-descr
Normal file
@@ -0,0 +1,2 @@
|
||||
flit_core provides a PEP 517 build backend for packages using Flit. The only
|
||||
public interface is the API specified by PEP 517, at flit_core.buildapi.
|
||||
Reference in New Issue
Block a user