mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
xxx
This commit is contained in:
19
python/py-tomli/Makefile
Normal file
19
python/py-tomli/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
PORTNAME= tomli
|
||||
PORTVERSION= 2.0.1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Lil' TOML parser
|
||||
WWW= https://github.com/hukkin/tomli
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= allflavors autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PEP517_BUILD_CMD= ${PYTHON_CMD} -m flit_core.wheel
|
||||
PEP517_BUILD_DEPEND= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2.0<4:python/py-flit-core@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-tomli/distinfo
Normal file
3
python/py-tomli/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1648248992
|
||||
SHA256 (tomli-2.0.1.tar.gz) = de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f
|
||||
SIZE (tomli-2.0.1.tar.gz) = 15164
|
||||
2
python/py-tomli/pkg-descr
Normal file
2
python/py-tomli/pkg-descr
Normal file
@@ -0,0 +1,2 @@
|
||||
Tomli is a Python library for parsing TOML. Tomli is fully compatible with TOML
|
||||
v1.0.0.
|
||||
Reference in New Issue
Block a user