Page MenuHomeFreeBSD

D12585.diff
No OneTemporary

D12585.diff

Index: head/devel/py-git-up/Makefile
===================================================================
--- head/devel/py-git-up/Makefile
+++ head/devel/py-git-up/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= git-up
-PORTVERSION= 1.3.0
+DISTVERSION= 1.4.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,12 +11,14 @@
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}GitPython>=0.3.6:devel/py-gitpython \
- ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.2:devel/py-colorama \
- ${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:devel/py-termcolor \
- ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:devel/py-docopt
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.0.0:devel/py-click \
+ ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.7:devel/py-colorama \
+ ${PYTHON_PKGNAMEPREFIX}GitPython>=2.1.1:devel/py-gitpython \
+ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six \
+ ${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:devel/py-termcolor
-USES= python zip dos2unix
-USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+USES= dos2unix python zip
+USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>
Index: head/devel/py-git-up/distinfo
===================================================================
--- head/devel/py-git-up/distinfo
+++ head/devel/py-git-up/distinfo
@@ -1,2 +1,3 @@
-SHA256 (git-up-1.3.0.zip) = 2dd729fceec3c6381169040c8c3a1aad1d7904c0fd8cba4bea1fc4e7d2406c86
-SIZE (git-up-1.3.0.zip) = 25342
+TIMESTAMP = 1507076529
+SHA256 (git-up-1.4.5.zip) = 0b57d1845cb7df97eb1b8bd2fb21fd1a53e8427955295260b0488dcc76466e94
+SIZE (git-up-1.4.5.zip) = 50407
Index: head/devel/py-git-up/files/patch-setup.py
===================================================================
--- head/devel/py-git-up/files/patch-setup.py
+++ head/devel/py-git-up/files/patch-setup.py
@@ -1,15 +0,0 @@
---- setup.py.orig 2015-11-03 20:07:22 UTC
-+++ setup.py
-@@ -6,9 +6,9 @@ setup(
- version="1.3.0",
- packages=find_packages(exclude=["tests"]),
- scripts=['PyGitUp/gitup.py'],
-- install_requires=['GitPython==1.0.0', 'colorama==0.3.3',
-- 'termcolor==1.1.0', 'docopt==0.6.2',
-- 'six==1.9.0'],
-+ install_requires=['GitPython>=1.0.0', 'colorama>=0.3.3',
-+ 'termcolor>=1.1.0', 'docopt>=0.6.2',
-+ 'six>=1.9.0'],
-
- # Tests
- test_suite="nose.collector",

File Metadata

Mime Type
text/plain
Expires
Tue, Jan 14, 6:46 AM (21 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15791948
Default Alt Text
D12585.diff (2 KB)

Event Timeline