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
This commit is contained in:
parent
0c354f4565
commit
6fe9a3f583
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307374
@ -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
|
||||
|
21
devel/py-hgtools/Makefile
Normal file
21
devel/py-hgtools/Makefile
Normal file
@ -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>
|
2
devel/py-hgtools/distinfo
Normal file
2
devel/py-hgtools/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (hgtools-2.0.2.zip) = bfa82ccfea56b178c9f28cb719cb97853710880b207e0a32801ba1077757da07
|
||||
SIZE (hgtools-2.0.2.zip) = 30635
|
7
devel/py-hgtools/pkg-descr
Normal file
7
devel/py-hgtools/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user