This is a plugin for setup tools that enables Git integration. Once installed, Setuptools can be told to include in a module distribution all the files tracked by git. This is an alternative to explicit inclusion specifications with MANIFEST.in. This package was formerly known as gitlsfiles. The name change is the result of an effort by the setuptools plugin developers to provide a uniform naming convention
20 lines
569 B
Makefile
20 lines
569 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/08/29 09:46:25 jihbed Exp $
|
|
#
|
|
|
|
DISTNAME= setuptools_git-0.3.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/s/setuptools-git/
|
|
|
|
MAINTAINER= kamel.derouiche@gmail.com
|
|
HOMEPAGE= http://pypi.python.org/pypi/setuptools-git
|
|
COMMENT= Setuptools revision control system plugin for Git
|
|
LICENSE= public-domain
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
WRKSRC= ${WRKDIR}/setuptools_git-0.3.4
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|