View | Details | Raw Unified | Return to bug 212713
Collapse All | Expand All

(-)devel/dulwich/Makefile (-5 / +6 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	dulwich
4
PORTNAME=	dulwich
5
PORTVERSION=	0.10.1a
5
PORTVERSION=	0.14.1
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 10-21 Link Here
10
MAINTAINER=	marco.broeder@posteo.eu
10
MAINTAINER=	marco.broeder@posteo.eu
11
COMMENT=	Python implementation of the Git file formats and protocols
11
COMMENT=	Python implementation of the Git file formats and protocols
12
12
13
LICENSE=	GPLv2 GPLv3
13
LICENSE=	APACHE20 GPLv2+
14
LICENSE_COMB=	dual
14
LICENSE_COMB=	dual
15
LICENSE_FILE=	COPYING relicensing-apachev2.txt
15
16
16
PORTDOCS=	AUTHORS HACKING NEWS README.md file-format.txt \
17
PORTDOCS=	AUTHORS CONTRIBUTING NEWS README.md TODO conclusion.txt \
17
		introduction.txt object-store.txt protocol.txt remote.txt \
18
		file-format.txt index.txt introduction.txt object-store.txt \
18
		repo.txt tag.txt
19
		performance.txt porcelain.txt protocol.txt remote.txt repo.txt tag.txt
19
PORTEXAMPLES=	clone.py config.py diff.py latest_change.py
20
PORTEXAMPLES=	clone.py config.py diff.py latest_change.py
20
21
21
USES=		cpe python:2
22
USES=		cpe python:2
(-)devel/dulwich/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (dulwich-0.10.1a.tar.gz) = 666600ab5eb0b6d531879ee0f65dfefd71bce2e21ab3910c28f7789e15b6330b
1
TIMESTAMP = 1473979673
2
SIZE (dulwich-0.10.1a.tar.gz) = 272688
2
SHA256 (dulwich-0.14.1.tar.gz) = 7c1f49e6e72fa8635328d32bfeb7103e86e175d87fa80a9cefdd63a360f7ba93
3
SIZE (dulwich-0.14.1.tar.gz) = 292827
(-)devel/dulwich/files/patch-MANIFEST.in (-2 / +5 lines)
Lines 1-7 Link Here
1
--- MANIFEST.in.orig	2015-03-25 01:53:21 UTC
1
--- MANIFEST.in.orig	2016-07-03 19:17:14 UTC
2
+++ MANIFEST.in
2
+++ MANIFEST.in
3
@@ -8,4 +8,3 @@ include setup.cfg
3
@@ -11,7 +11,6 @@ include setup.cfg
4
 include dulwich/stdint.h
4
 include dulwich/stdint.h
5
 recursive-include docs conf.py *.txt Makefile make.bat
5
 recursive-include docs conf.py *.txt Makefile make.bat
6
 recursive-include examples *.py
6
 recursive-include examples *.py
7
-graft dulwich/tests/data
7
-graft dulwich/tests/data
8
 include tox.ini
9
 include dulwich.cfg
10
 include appveyor.yml
(-)devel/dulwich/files/patch-dulwich.egg-info_SOURCES.txt (-2 / +7 lines)
Lines 1-10 Link Here
1
--- dulwich.egg-info/SOURCES.txt.orig	2015-03-25 01:54:03 UTC
1
--- dulwich.egg-info/SOURCES.txt.orig	2016-07-05 22:58:54 UTC
2
+++ dulwich.egg-info/SOURCES.txt
2
+++ dulwich.egg-info/SOURCES.txt
3
@@ -61,118 +61,6 @@ dulwich/contrib/__init__.py
3
@@ -73,123 +73,6 @@ dulwich/contrib/paramiko_vendor.py
4
 dulwich/contrib/swift.py
4
 dulwich/contrib/swift.py
5
 dulwich/contrib/test_swift.py
5
 dulwich/contrib/test_swift.py
6
 dulwich/contrib/test_swift_smoke.py
6
 dulwich/contrib/test_swift_smoke.py
7
-dulwich/tests/__init__.py
7
-dulwich/tests/__init__.py
8
-dulwich/tests/test_archive.py
8
-dulwich/tests/test_blackbox.py
9
-dulwich/tests/test_blackbox.py
9
-dulwich/tests/test_client.py
10
-dulwich/tests/test_client.py
10
-dulwich/tests/test_config.py
11
-dulwich/tests/test_config.py
Lines 24-29 Link Here
24
-dulwich/tests/test_patch.py
25
-dulwich/tests/test_patch.py
25
-dulwich/tests/test_porcelain.py
26
-dulwich/tests/test_porcelain.py
26
-dulwich/tests/test_protocol.py
27
-dulwich/tests/test_protocol.py
28
-dulwich/tests/test_reflog.py
27
-dulwich/tests/test_refs.py
29
-dulwich/tests/test_refs.py
28
-dulwich/tests/test_repository.py
30
-dulwich/tests/test_repository.py
29
-dulwich/tests/test_server.py
31
-dulwich/tests/test_server.py
Lines 51-56 Link Here
51
-dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.idx
53
-dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.idx
52
-dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.pack
54
-dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.pack
53
-dulwich/tests/data/repos/.gitattributes
55
-dulwich/tests/data/repos/.gitattributes
56
-dulwich/tests/data/repos/issue88_expect_ack_nak_client.export
57
-dulwich/tests/data/repos/issue88_expect_ack_nak_other.export
58
-dulwich/tests/data/repos/issue88_expect_ack_nak_server.export
54
-dulwich/tests/data/repos/server_new.export
59
-dulwich/tests/data/repos/server_new.export
55
-dulwich/tests/data/repos/server_old.export
60
-dulwich/tests/data/repos/server_old.export
56
-dulwich/tests/data/repos/a.git/HEAD
61
-dulwich/tests/data/repos/a.git/HEAD
(-)devel/dulwich/files/patch-setup.py (-2 / +2 lines)
Lines 1-6 Link Here
1
--- setup.py.orig	2015-03-25 01:54:01 UTC
1
--- setup.py.orig	2016-07-05 22:58:08 UTC
2
+++ setup.py
2
+++ setup.py
3
@@ -75,7 +75,7 @@ setup(name='dulwich',
3
@@ -83,7 +83,7 @@ setup(name='dulwich',
4
       The project is named after the part of London that Mr. and Mrs. Git live in
4
       The project is named after the part of London that Mr. and Mrs. Git live in
5
       in the particular Monty Python sketch.
5
       in the particular Monty Python sketch.
6
       """,
6
       """,
(-)devel/dulwich/pkg-descr (-1 / +1 lines)
Lines 6-9 Link Here
6
functionality is available in pure Python. Optional C extensions can be
6
functionality is available in pure Python. Optional C extensions can be
7
built for improved performance.
7
built for improved performance.
8
8
9
WWW: https://www.samba.org/~jelmer/dulwich/
9
WWW: https://www.dulwich.io/

Return to bug 212713