diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-22 23:55:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-22 23:55:01 +0000 |
commit | 98d102f4f634655f9537ac35ad8cb10ab61aebce (patch) | |
tree | 075d8ef747a7f8078f86961abea1df299a625e5d /devel | |
parent | f64f979512a48ac80972dc0cfda3be16818c6199 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-setuptools-git/Makefile | 22 | ||||
-rw-r--r-- | devel/py-setuptools-git/distinfo | 2 | ||||
-rw-r--r-- | devel/py-setuptools-git/pkg-descr | 3 |
4 files changed, 28 insertions, 0 deletions
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 <miwi@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 |