svn commit: r307374 - in head/devel: . py-hgtools
Ruslan Mahmatkhanov
rm at FreeBSD.org
Tue Nov 13 14:05:24 UTC 2012
Author: rm
Date: Tue Nov 13 14:05:23 2012
New Revision: 307374
URL: http://svnweb.freebsd.org/changeset/ports/307374
Log:
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>
Feature safe: yes
Added:
head/devel/py-hgtools/
head/devel/py-hgtools/Makefile (contents, props changed)
head/devel/py-hgtools/distinfo (contents, props changed)
head/devel/py-hgtools/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Tue Nov 13 14:00:53 2012 (r307373)
+++ head/devel/Makefile Tue Nov 13 14:05:23 2012 (r307374)
@@ -3362,6 +3362,7 @@
SUBDIR += py-hashring
SUBDIR += py-hghooks
SUBDIR += py-hgsubversion
+ SUBDIR += py-hgtools
SUBDIR += py-icalendar
SUBDIR += py-ice
SUBDIR += py-icu
Added: head/devel/py-hgtools/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-hgtools/Makefile Tue Nov 13 14:05:23 2012 (r307374)
@@ -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 at 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>
Added: head/devel/py-hgtools/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-hgtools/distinfo Tue Nov 13 14:05:23 2012 (r307374)
@@ -0,0 +1,2 @@
+SHA256 (hgtools-2.0.2.zip) = bfa82ccfea56b178c9f28cb719cb97853710880b207e0a32801ba1077757da07
+SIZE (hgtools-2.0.2.zip) = 30635
Added: head/devel/py-hgtools/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-hgtools/pkg-descr Tue Nov 13 14:05:23 2012 (r307374)
@@ -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/
More information about the svn-ports-head
mailing list