svn commit: r535379 - in head: . devel devel/py-gitdb
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 16 10:49:07 UTC 2020
Author: sunpoet
Date: Sat May 16 10:49:05 2020
New Revision: 535379
URL: https://svnweb.freebsd.org/changeset/ports/535379
Log:
Add py-gitdb 4.0.4 (copied from py-gitdb2)
Added:
head/devel/py-gitdb/
- copied from r530760, head/devel/py-gitdb2/
Modified:
head/MOVED
head/devel/Makefile
head/devel/py-gitdb/Makefile
head/devel/py-gitdb/distinfo
head/devel/py-gitdb/pkg-descr
Modified: head/MOVED
==============================================================================
--- head/MOVED Sat May 16 10:16:44 2020 (r535378)
+++ head/MOVED Sat May 16 10:49:05 2020 (r535379)
@@ -9804,7 +9804,6 @@ devel/beautifyphp||2018-01-29|only works for PHP4 whic
devel/clanlib22|devel/clanlib|2018-01-29|No users in the ports tree, newer version available
devel/php-xdebug|devel/pecl-xdebug|2018-01-30|Moved to pecl
astro/py-pyfits|astro/py-astropy|2018-01-31|Has expired: Use astro/py-astropy instead
-devel/py-gitdb|devel/py-gitdb2|2018-01-31|Has expired: Use devel/py-gitdb2 instead
devel/py-smmap|devel/py-smmap2|2018-01-31|Has expired: Use devel/py-smmap2 instead
devel/rubygem-moneta06|devel/rubygem-moneta|2018-01-31|Has expired: Use devel/rubygem-moneta instead
lang/ruby22|lang/ruby24|2018-01-31|Has expired: Upgrade to newer version (e.g. lang/ruby24)
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat May 16 10:16:44 2020 (r535378)
+++ head/devel/Makefile Sat May 16 10:49:05 2020 (r535379)
@@ -4443,6 +4443,7 @@
SUBDIR += py-git-up
SUBDIR += py-git-url-parse
SUBDIR += py-git_semver
+ SUBDIR += py-gitdb
SUBDIR += py-gitdb2
SUBDIR += py-gitless
SUBDIR += py-gitosis
Modified: head/devel/py-gitdb/Makefile
==============================================================================
--- head/devel/py-gitdb2/Makefile Sun Apr 5 09:50:12 2020 (r530760)
+++ head/devel/py-gitdb/Makefile Sat May 16 10:49:05 2020 (r535379)
@@ -1,8 +1,8 @@
# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
# $FreeBSD$
-PORTNAME= gitdb2
-PORTVERSION= 2.0.6
+PORTNAME= gitdb
+PORTVERSION= 4.0.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,13 +13,13 @@ COMMENT= Git Object Database
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smmap2>=2.0.0:devel/py-smmap2@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smmap>=3.0.1<4:devel/py-smmap@${PY_FLAVOR}
-USES= python
+USES= python:3.4+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}gitdb
+CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}gitdb2
.include <bsd.port.mk>
Modified: head/devel/py-gitdb/distinfo
==============================================================================
--- head/devel/py-gitdb2/distinfo Sun Apr 5 09:50:12 2020 (r530760)
+++ head/devel/py-gitdb/distinfo Sat May 16 10:49:05 2020 (r535379)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1569809143
-SHA256 (gitdb2-2.0.6.tar.gz) = 1b6df1433567a51a4a9c1a5a0de977aa351a405cc56d7d35f3388bad1f630350
-SIZE (gitdb2-2.0.6.tar.gz) = 393597
+TIMESTAMP = 1589487599
+SHA256 (gitdb-4.0.4.tar.gz) = 6f0ecd46f99bb4874e5678d628c3a198e2b4ef38daea2756a2bfd8df7dd5c1a5
+SIZE (gitdb-4.0.4.tar.gz) = 392964
Modified: head/devel/py-gitdb/pkg-descr
==============================================================================
--- head/devel/py-gitdb2/pkg-descr Sun Apr 5 09:50:12 2020 (r530760)
+++ head/devel/py-gitdb/pkg-descr Sat May 16 10:49:05 2020 (r535379)
@@ -3,5 +3,4 @@ aims at allowing full access to loose objects as well
and scalability in mind. It operates exclusively on streams, allowing to handle
large objects with a small memory footprint.
-WWW: https://pypi.org/project/gitdb2/
WWW: https://github.com/gitpython-developers/gitdb
More information about the svn-ports-all
mailing list