1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

[NEW] devel/py-setuptools-pkg: Plugin for setuptools to build FreeBSD pkg

Plugin for setuptools that provides bdist_pkg command for building FreeBSD
package artifact.

WWW: https://github.com/kxepal/setuptools-pkg

[1] Closes https://github.com/kxepal/setuptools-pkg/issues/1
This commit is contained in:
Kubilay Kocak 2017-07-12 02:33:36 +00:00
parent 781ae45cd8
commit 5aa651ed56
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445564
4 changed files with 37 additions and 0 deletions

View File

@ -4729,6 +4729,7 @@
SUBDIR += py-serpent
SUBDIR += py-setproctitle
SUBDIR += py-setuptools-git
SUBDIR += py-setuptools-pkg
SUBDIR += py-setuptools_darcs
SUBDIR += py-setuptools_hg
SUBDIR += py-setuptools_scm

View File

@ -0,0 +1,29 @@
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= setuptools-pkg
PORTVERSION= 0.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Plugin for setuptools to build FreeBSD pkg
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=18.2:devel/${PYTHON_PKGNAMEPREFIX}setuptools
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel
NO_ARCH= yes
# Actually 2.7,3.4+
USES= python
USE_PYTHON= autoplist distutils
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1499825425
SHA256 (setuptools-pkg-0.9.tar.gz) = 4075489f80f21d0b5311921e222764f260263594ec22369f30c010eb3a3e5668
SIZE (setuptools-pkg-0.9.tar.gz) = 19366

View File

@ -0,0 +1,4 @@
Plugin for setuptools that provides bdist_pkg command for building FreeBSD
package artifact.
WWW: https://github.com/kxepal/setuptools-pkg