From edd7cd5d2f8420de0d4750d479ddf30d78ee8f61 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 21 May 2012 09:42:42 +0000 Subject: [PATCH] setuptools plugin for Mercurial version control system. WWW: http://pypi.python.org/pypi/setuptools_hg --- devel/Makefile | 1 + devel/py-setuptools_hg/Makefile | 22 ++++++++++++++++++++++ devel/py-setuptools_hg/distinfo | 2 ++ devel/py-setuptools_hg/pkg-descr | 3 +++ 4 files changed, 28 insertions(+) create mode 100644 devel/py-setuptools_hg/Makefile create mode 100644 devel/py-setuptools_hg/distinfo create mode 100644 devel/py-setuptools_hg/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index d848030f1769..830147215ae0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3374,6 +3374,7 @@ SUBDIR += py-setproctitle SUBDIR += py-setuptools SUBDIR += py-setuptools_darcs + SUBDIR += py-setuptools_hg SUBDIR += py-shapely SUBDIR += py-simplejson SUBDIR += py-simpleparse diff --git a/devel/py-setuptools_hg/Makefile b/devel/py-setuptools_hg/Makefile new file mode 100644 index 000000000000..78f71fae3f24 --- /dev/null +++ b/devel/py-setuptools_hg/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: py-setuptools_hg +# Date created: 21 May, 2012 +# Whom: Martin Wilke +# +# $FreeBSD$ +# + +PORTNAME= setuptools_hg +PORTVERSION= 0.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= miwi@FreeBSD.org +COMMENT= Setuptools plugin for hg + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% + +.include diff --git a/devel/py-setuptools_hg/distinfo b/devel/py-setuptools_hg/distinfo new file mode 100644 index 000000000000..b636b1a1b910 --- /dev/null +++ b/devel/py-setuptools_hg/distinfo @@ -0,0 +1,2 @@ +SHA256 (setuptools_hg-0.4.tar.gz) = a41c3f9e7e503d760068aefd707ad82297a8d734078f478013b50be0dbe28f4e +SIZE (setuptools_hg-0.4.tar.gz) = 11059 diff --git a/devel/py-setuptools_hg/pkg-descr b/devel/py-setuptools_hg/pkg-descr new file mode 100644 index 000000000000..526fb1a4efaf --- /dev/null +++ b/devel/py-setuptools_hg/pkg-descr @@ -0,0 +1,3 @@ +setuptools plugin for Mercurial version control system. + +WWW: http://pypi.python.org/pypi/setuptools_hg