New port: devel/py-incremental
A small library that versions your Python projects. WWW: https://pypi.python.org/pypi/incremental PR: 214446 Submitted by: Yuri Victorovich <yuri@rawbw.com>
This commit is contained in:
parent
3dc2246f58
commit
86f65bc494
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425991
4 changed files with 26 additions and 0 deletions
|
@ -4208,6 +4208,7 @@
|
|||
SUBDIR += py-hypothesis
|
||||
SUBDIR += py-icalendar
|
||||
SUBDIR += py-ice
|
||||
SUBDIR += py-incremental
|
||||
SUBDIR += py-inflect
|
||||
SUBDIR += py-iniparse
|
||||
SUBDIR += py-initgroups
|
||||
|
|
19
devel/py-incremental/Makefile
Normal file
19
devel/py-incremental/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= incremental
|
||||
PORTVERSION= 16.10.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@rawbw.com
|
||||
COMMENT= Library that versions your Python projects
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-incremental/distinfo
Normal file
3
devel/py-incremental/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1478963838
|
||||
SHA256 (incremental-16.10.1.tar.gz) = 14ad6b720ec47aad6c9caa83e47db1843e2b9b98742da5dda08e16a99f400342
|
||||
SIZE (incremental-16.10.1.tar.gz) = 16066
|
3
devel/py-incremental/pkg-descr
Normal file
3
devel/py-incremental/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A small library that versions your Python projects.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/incremental
|
Loading…
Reference in a new issue