This is a plugin for setuptools that enables git integration. Once installed, Setuptools can be told to include in a package distribution all the files tracked by git. This is an alternative to explicit inclusion specifications with MANIFEST.in. ok robert@
23 lines
391 B
Makefile
23 lines
391 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2017/01/11 23:26:14 ajacoutot Exp $
|
|
|
|
COMMENT= setuptools revision control system plugin for Git
|
|
|
|
MODPY_EGG_VERSION= 1.1
|
|
DISTNAME= setuptools-git-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= devel
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
FLAVORS= python3
|
|
FLAVOR ?=
|
|
|
|
.include <bsd.port.mk>
|