mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
setuptools plugin for Mercurial version control system.
WWW: http://pypi.python.org/pypi/setuptools_hg
This commit is contained in:
parent
ae6481ebf0
commit
edd7cd5d2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297091
@ -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
|
||||
|
22
devel/py-setuptools_hg/Makefile
Normal file
22
devel/py-setuptools_hg/Makefile
Normal 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>
|
2
devel/py-setuptools_hg/distinfo
Normal file
2
devel/py-setuptools_hg/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (setuptools_hg-0.4.tar.gz) = a41c3f9e7e503d760068aefd707ad82297a8d734078f478013b50be0dbe28f4e
|
||||
SIZE (setuptools_hg-0.4.tar.gz) = 11059
|
3
devel/py-setuptools_hg/pkg-descr
Normal file
3
devel/py-setuptools_hg/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
setuptools plugin for Mercurial version control system.
|
||||
|
||||
WWW: http://pypi.python.org/pypi/setuptools_hg
|
Loading…
Reference in New Issue
Block a user