setuptools plugin for Mercurial version control system.

WWW:	http://pypi.python.org/pypi/setuptools_hg
This commit is contained in:
Martin Wilke 2012-05-21 09:42:42 +00:00
parent ae6481ebf0
commit edd7cd5d2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297091
4 changed files with 28 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: py-setuptools_hg
# Date created: 21 May, 2012
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $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 <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (setuptools_hg-0.4.tar.gz) = a41c3f9e7e503d760068aefd707ad82297a8d734078f478013b50be0dbe28f4e
SIZE (setuptools_hg-0.4.tar.gz) = 11059

View File

@ -0,0 +1,3 @@
setuptools plugin for Mercurial version control system.
WWW: http://pypi.python.org/pypi/setuptools_hg