mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Setuptools revision control system plugin for Git.
WWW: http://pypi.python.org/pypi/setuptools-git
This commit is contained in:
parent
f64f979512
commit
98d102f4f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297230
@ -3374,6 +3374,7 @@
|
||||
SUBDIR += py-sendfile
|
||||
SUBDIR += py-setproctitle
|
||||
SUBDIR += py-setuptools
|
||||
SUBDIR += py-setuptools-git
|
||||
SUBDIR += py-setuptools_darcs
|
||||
SUBDIR += py-setuptools_hg
|
||||
SUBDIR += py-shapely
|
||||
|
22
devel/py-setuptools-git/Makefile
Normal file
22
devel/py-setuptools-git/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: py-setuptools_git
|
||||
# Date created: 23 May, 2012
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= setuptools-git
|
||||
PORTVERSION= 0.4.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= Setuptools plugin for git
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-setuptools-git/distinfo
Normal file
2
devel/py-setuptools-git/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (setuptools-git-0.4.2.tar.gz) = 0ab6e013657cd7bccbc4ba1e40a4a6798d3f213889a03d463635a6c68768893a
|
||||
SIZE (setuptools-git-0.4.2.tar.gz) = 3646
|
3
devel/py-setuptools-git/pkg-descr
Normal file
3
devel/py-setuptools-git/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Setuptools revision control system plugin for Git.
|
||||
|
||||
WWW: http://pypi.python.org/pypi/setuptools-git
|
Loading…
Reference in New Issue
Block a user