diff --git a/devel/Makefile b/devel/Makefile index c6cacbe2a193..827f49348a0c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3374,6 +3374,7 @@ SUBDIR += py-sendfile SUBDIR += py-setproctitle SUBDIR += py-setuptools + SUBDIR += py-setuptools-git SUBDIR += py-setuptools_darcs SUBDIR += py-setuptools_hg SUBDIR += py-shapely diff --git a/devel/py-setuptools-git/Makefile b/devel/py-setuptools-git/Makefile new file mode 100644 index 000000000000..7ad57b6b35ef --- /dev/null +++ b/devel/py-setuptools-git/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: py-setuptools_git +# Date created: 23 May, 2012 +# Whom: Martin Wilke +# +# $FreeBSD$ +# + +PORTNAME= setuptools-git +PORTVERSION= 0.4.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= miwi@FreeBSD.org +COMMENT= Setuptools plugin for git + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% + +.include diff --git a/devel/py-setuptools-git/distinfo b/devel/py-setuptools-git/distinfo new file mode 100644 index 000000000000..6f7442cd5011 --- /dev/null +++ b/devel/py-setuptools-git/distinfo @@ -0,0 +1,2 @@ +SHA256 (setuptools-git-0.4.2.tar.gz) = 0ab6e013657cd7bccbc4ba1e40a4a6798d3f213889a03d463635a6c68768893a +SIZE (setuptools-git-0.4.2.tar.gz) = 3646 diff --git a/devel/py-setuptools-git/pkg-descr b/devel/py-setuptools-git/pkg-descr new file mode 100644 index 000000000000..d531f78b54dc --- /dev/null +++ b/devel/py-setuptools-git/pkg-descr @@ -0,0 +1,3 @@ +Setuptools revision control system plugin for Git. + +WWW: http://pypi.python.org/pypi/setuptools-git