mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
xxx
This commit is contained in:
16
python/py-toml/Makefile
Normal file
16
python/py-toml/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
PORTNAME= toml
|
||||
PORTVERSION= 0.10.2
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= Python library for parsing and creating TOML
|
||||
WWW= https://github.com/uiri/toml
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-toml/distinfo
Normal file
3
python/py-toml/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1608226480
|
||||
SHA256 (toml-0.10.2.tar.gz) = b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f
|
||||
SIZE (toml-0.10.2.tar.gz) = 22253
|
||||
2
python/py-toml/pkg-descr
Normal file
2
python/py-toml/pkg-descr
Normal file
@@ -0,0 +1,2 @@
|
||||
A Python library for parsing and creating TOML.
|
||||
Tom's Obvious, Minimal Language
|
||||
Reference in New Issue
Block a user