mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
create bsd12 branch
This commit is contained in:
16
python/py-setuptools_scm/Makefile
Normal file
16
python/py-setuptools_scm/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
# $FreeBSD: head/devel/py-setuptools_scm/Makefile 466646 2018-04-06 15:43:40Z wg $
|
||||
|
||||
PORTNAME= setuptools_scm
|
||||
PORTVERSION= 1.17.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= wg@FreeBSD.org
|
||||
COMMENT= Setuptools plugin to manage your versions by scm tags
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-setuptools_scm/distinfo
Normal file
3
python/py-setuptools_scm/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1523031316
|
||||
SHA256 (setuptools_scm-1.17.0.tar.gz) = 70a4cf5584e966ae92f54a764e6437af992ba42ac4bca7eb37cc5d02b98ec40a
|
||||
SIZE (setuptools_scm-1.17.0.tar.gz) = 29124
|
||||
4
python/py-setuptools_scm/pkg-descr
Normal file
4
python/py-setuptools_scm/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
Handles managing your python package versions in scm metadata instead of
|
||||
declaring them as the version argument or in a scm managed file.
|
||||
|
||||
WWW: https://github.com/pypa/setuptools_scm/
|
||||
Reference in New Issue
Block a user