mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
New port: devel/py-node-semver: Python version of node-semver
No better description available for pkg-descr.
This commit is contained in:
parent
16d56b65ea
commit
cedc41a715
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538549
4 changed files with 29 additions and 0 deletions
|
@ -4652,6 +4652,7 @@
|
|||
SUBDIR += py-nbconvert
|
||||
SUBDIR += py-nbdime
|
||||
SUBDIR += py-nbformat
|
||||
SUBDIR += py-node-semver
|
||||
SUBDIR += py-nodeenv
|
||||
SUBDIR += py-nose
|
||||
SUBDIR += py-nose-cov
|
||||
|
|
22
devel/py-node-semver/Makefile
Normal file
22
devel/py-node-semver/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= node-semver # PyPI name
|
||||
DISTVERSION= 0.8.0
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Python version of node-semver
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= podhmo
|
||||
GH_PROJECT= python-semver # PyPI project node-semver points to this project
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-node-semver/distinfo
Normal file
3
devel/py-node-semver/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1591906195
|
||||
SHA256 (podhmo-python-semver-0.8.0_GH0.tar.gz) = f638c8f53b67c4efc6f3925c312ef19925b3660eb9ab138a85cb91148c9b63f1
|
||||
SIZE (podhmo-python-semver-0.8.0_GH0.tar.gz) = 18449
|
3
devel/py-node-semver/pkg-descr
Normal file
3
devel/py-node-semver/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
python version of [node-semver]
|
||||
|
||||
WWW: https://github.com/podhmo/python-semver
|
Loading…
Add table
Reference in a new issue