aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-11-13 14:45:01 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-11-13 14:45:01 +0000
commit0afdaed761c597eb43fa83846558e43214311fee (patch)
tree68de62083c59322aa277623192af91c4704b90b7
parent984ef38fe3e9be13cc17a736b889f250ceafa0fc (diff)
downloadports-0afdaed761c597eb43fa83846558e43214311fee.tar.gz
ports-0afdaed761c597eb43fa83846558e43214311fee.zip
MFH r307374
Classes and setuptools plugin for Mercurial repositories hgtools builds on the setuptools_hg plugin for setuptools. Provides classes for inspecting and working with repositories in the Mercurial version control system. WWW: http://bitbucket.org/jaraco/hgtools/ PR: 173506 Submitted by: William Grzybowski <william88 at gmail dot com> Approved by: portmgr (beat) Feature safe: yes
Notes
Notes: svn path=/branches/RELENG_9_1_0/; revision=307377
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-hgtools/Makefile21
-rw-r--r--devel/py-hgtools/distinfo2
-rw-r--r--devel/py-hgtools/pkg-descr7
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 5c48d3dc2be2..d66be7f8a528 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3361,6 +3361,7 @@
SUBDIR += py-hashring
SUBDIR += py-hghooks
SUBDIR += py-hgsubversion
+ SUBDIR += py-hgtools
SUBDIR += py-icalendar
SUBDIR += py-ice
SUBDIR += py-icu
diff --git a/devel/py-hgtools/Makefile b/devel/py-hgtools/Makefile
new file mode 100644
index 000000000000..f511b5fa6abe
--- /dev/null
+++ b/devel/py-hgtools/Makefile
@@ -0,0 +1,21 @@
+# Created by: William Grzybowski
+# $FreeBSD$
+
+PORTNAME= hgtools
+PORTVERSION= 2.0.2
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= william88@gmail.com
+COMMENT= Classes and setuptools plugin for Mercurial repositories
+
+LICENSE= GPLv2
+
+USE_ZIP= yes
+USE_PYTHON= -2.7
+USE_PYDISTUTILS= easy_install
+
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+
+.include <bsd.port.mk>
diff --git a/devel/py-hgtools/distinfo b/devel/py-hgtools/distinfo
new file mode 100644
index 000000000000..d77745bbbe83
--- /dev/null
+++ b/devel/py-hgtools/distinfo
@@ -0,0 +1,2 @@
+SHA256 (hgtools-2.0.2.zip) = bfa82ccfea56b178c9f28cb719cb97853710880b207e0a32801ba1077757da07
+SIZE (hgtools-2.0.2.zip) = 30635
diff --git a/devel/py-hgtools/pkg-descr b/devel/py-hgtools/pkg-descr
new file mode 100644
index 000000000000..e8bcc05163f8
--- /dev/null
+++ b/devel/py-hgtools/pkg-descr
@@ -0,0 +1,7 @@
+Classes and setuptools plugin for Mercurial repositories
+
+hgtools builds on the setuptools_hg plugin for setuptools.
+Provides classes for inspecting and working with repositories in the
+Mercurial version control system.
+
+WWW: http://bitbucket.org/jaraco/hgtools/