mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
devel/dulwich: update to 0.18.6
Approved by: maintainer timeout (email and last couple PRs)
This commit is contained in:
parent
c94bcd591a
commit
69bc0e1c51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467162
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dulwich
|
||||
PORTVERSION= 0.15.0
|
||||
PORTVERSION= 0.18.6
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -14,7 +14,7 @@ LICENSE= APACHE20 GPLv2+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
PORTDOCS= AUTHORS CONTRIBUTING NEWS README.md TODO conclusion.txt \
|
||||
PORTDOCS= AUTHORS NEWS README.md TODO conclusion.txt \
|
||||
file-format.txt index.txt introduction.txt object-store.txt \
|
||||
performance.txt porcelain.txt protocol.txt remote.txt repo.txt tag.txt
|
||||
PORTEXAMPLES= clone.py config.py diff.py latest_change.py
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1481271050
|
||||
SHA256 (dulwich-0.15.0.tar.gz) = 6f0a09d93f01caf1ba054b3f751d5cc1f0e6afc5c97fd23d67d7acf92f0d0b16
|
||||
SIZE (dulwich-0.15.0.tar.gz) = 297106
|
||||
TIMESTAMP = 1516829918
|
||||
SHA256 (dulwich-0.18.6.tar.gz) = 38a04406bc68315794c3bab37c7d4ed137fb8a839482d8894e72b0d9b3eb41a9
|
||||
SIZE (dulwich-0.18.6.tar.gz) = 331325
|
||||
|
@ -1,7 +1,7 @@
|
||||
--- dulwich.egg-info/SOURCES.txt.orig 2016-07-05 22:58:54 UTC
|
||||
--- dulwich.egg-info/SOURCES.txt.orig 2018-01-24 22:39:28 UTC
|
||||
+++ dulwich.egg-info/SOURCES.txt
|
||||
@@ -73,123 +73,6 @@ dulwich/contrib/paramiko_vendor.py
|
||||
dulwich/contrib/swift.py
|
||||
@@ -76,125 +76,7 @@ dulwich/contrib/swift.py
|
||||
dulwich/contrib/test_release_robot.py
|
||||
dulwich/contrib/test_swift.py
|
||||
dulwich/contrib/test_swift_smoke.py
|
||||
-dulwich/tests/__init__.py
|
||||
@ -15,6 +15,7 @@
|
||||
-dulwich/tests/test_grafts.py
|
||||
-dulwich/tests/test_greenthreads.py
|
||||
-dulwich/tests/test_hooks.py
|
||||
-dulwich/tests/test_ignore.py
|
||||
-dulwich/tests/test_index.py
|
||||
-dulwich/tests/test_lru_cache.py
|
||||
-dulwich/tests/test_missing_obj_finder.py
|
||||
@ -124,3 +125,6 @@
|
||||
examples/clone.py
|
||||
examples/config.py
|
||||
examples/diff.py
|
||||
-examples/latest_change.py
|
||||
\ No newline at end of file
|
||||
+examples/latest_change.py
|
||||
|
@ -1,10 +1,11 @@
|
||||
--- setup.py.orig 2016-07-05 22:58:08 UTC
|
||||
+++ setup.py
|
||||
@@ -83,7 +83,7 @@ setup(name='dulwich',
|
||||
The project is named after the part of London that Mr. and Mrs. Git live in
|
||||
in the particular Monty Python sketch.
|
||||
--- setup.py.orig 2018-01-24 16:10:15.448366000 -0600
|
||||
+++ setup.py 2018-01-24 16:10:49.157689000 -0600
|
||||
@@ -91,8 +91,7 @@
|
||||
The project is named after the part of London that Mr. and Mrs. Git live
|
||||
in in the particular Monty Python sketch.
|
||||
""",
|
||||
- packages=['dulwich', 'dulwich.tests', 'dulwich.tests.compat', 'dulwich.contrib'],
|
||||
- packages=['dulwich', 'dulwich.tests', 'dulwich.tests.compat',
|
||||
- 'dulwich.contrib'],
|
||||
+ packages=['dulwich', 'dulwich.contrib'],
|
||||
package_data={'': ['../docs/tutorial/*.txt']},
|
||||
scripts=['bin/dulwich', 'bin/dul-receive-pack', 'bin/dul-upload-pack'],
|
||||
|
Loading…
Reference in New Issue
Block a user