Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dulwich/
Date: Wed, 03 Jan 2018 22:13:15
Message-Id: 1515017585.837635cc7fb269e737fd66be88b7e7f9cdb8063c.mgorny@gentoo
1 commit: 837635cc7fb269e737fd66be88b7e7f9cdb8063c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 12:28:56 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 22:13:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837635cc
7
8 dev-python/dulwich: Clean old up
9
10 dev-python/dulwich/Manifest | 2 --
11 dev-python/dulwich/dulwich-0.17.3.ebuild | 42 ---------------------------
12 dev-python/dulwich/dulwich-0.18.3.ebuild | 50 --------------------------------
13 3 files changed, 94 deletions(-)
14
15 diff --git a/dev-python/dulwich/Manifest b/dev-python/dulwich/Manifest
16 index 84703b1f70d..836bb52d788 100644
17 --- a/dev-python/dulwich/Manifest
18 +++ b/dev-python/dulwich/Manifest
19 @@ -1,3 +1 @@
20 -DIST dulwich-0.17.3.tar.gz 311704 BLAKE2B 60625a31c947a4479487e50ba94653b480a2af154ba5aa72caea0503674a1f8d647b03113a0dd028ce48bf24ea696297a82c0874723078825eebb8e754dfd1a7 SHA512 1cc7950d53b8d8bb98f9206e1ced74857f756d4355813ddb2463cef855419ac57ae411e422e500b736c3e577f71da70d675d1f172140d4cc0645d3d5ab9e6e32
21 -DIST dulwich-0.18.3.tar.gz 328891 BLAKE2B 6572642f57959f8923b4a328c7a9a61f17a52aaac27d518eed3cf3e7430fa5f524d5d1b27ca45d416fd1e8ab75c3ffce26c21f07053c7e41cc994156a9619885 SHA512 c89ae096407b59b37c2c36e7a429f2162950a0ee93f0ac619ea74c7ce48231ad9af097203dc8d9e2cd59bf1962f9c13325de61e9988c402fd3e212aacd910898
22 DIST dulwich-0.18.5.tar.gz 330097 BLAKE2B c29f3016ab63082051c8c4fc42301c12ca752008a317afc41defceee2db47e50efb69b9a21b3d50c241b3b51c32222c1e9cf35eedaf2811f66cec2330ce7865a SHA512 4ba0f70ebddf4c7f4e71721812e228f820226d4ea42bda4d5f06a0720a029d4dddb800cfc05b2610525922c5fcef1020edd1485105706d9ef3fcf810e6381035
23
24 diff --git a/dev-python/dulwich/dulwich-0.17.3.ebuild b/dev-python/dulwich/dulwich-0.17.3.ebuild
25 deleted file mode 100644
26 index 1df64493067..00000000000
27 --- a/dev-python/dulwich/dulwich-0.17.3.ebuild
28 +++ /dev/null
29 @@ -1,42 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Pure-Python implementation of the Git file formats and protocols"
40 -HOMEPAGE="https://github.com/jelmer/dulwich/ https://pypi.python.org/pypi/dulwich"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
46 -IUSE="doc examples test"
47 -
48 -DEPEND="
49 - dev-python/setuptools[${PYTHON_USEDEP}]
50 - test? (
51 - dev-python/gevent[${PYTHON_USEDEP}]
52 - dev-python/geventhttpclient[${PYTHON_USEDEP}]
53 - dev-python/mock[${PYTHON_USEDEP}]
54 - dev-python/python-fastimport[${PYTHON_USEDEP}]
55 - )"
56 -
57 -DISTUTILS_IN_SOURCE_BUILD=1
58 -
59 -python_compile_all() {
60 - use doc && emake -C docs html
61 -}
62 -
63 -python_test() {
64 - emake check
65 -}
66 -
67 -python_install_all() {
68 - use doc && local HTML_DOCS=( docs/build/html/. )
69 - use examples && dodoc -r examples
70 - distutils-r1_python_install_all
71 -}
72
73 diff --git a/dev-python/dulwich/dulwich-0.18.3.ebuild b/dev-python/dulwich/dulwich-0.18.3.ebuild
74 deleted file mode 100644
75 index 2ebf7ec54df..00000000000
76 --- a/dev-python/dulwich/dulwich-0.18.3.ebuild
77 +++ /dev/null
78 @@ -1,50 +0,0 @@
79 -# Copyright 1999-2017 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=6
83 -
84 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
85 -
86 -inherit distutils-r1
87 -
88 -DESCRIPTION="Pure-Python implementation of the Git file formats and protocols"
89 -HOMEPAGE="https://github.com/jelmer/dulwich/ https://pypi.python.org/pypi/dulwich"
90 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
91 -
92 -LICENSE="GPL-2+"
93 -SLOT="0"
94 -KEYWORDS="~amd64 ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
95 -IUSE="doc examples test"
96 -
97 -DEPEND="
98 - dev-python/setuptools[${PYTHON_USEDEP}]
99 - test? (
100 - dev-python/gevent[${PYTHON_USEDEP}]
101 - dev-python/geventhttpclient[${PYTHON_USEDEP}]
102 - dev-python/mock[${PYTHON_USEDEP}]
103 - dev-python/python-fastimport[${PYTHON_USEDEP}]
104 - )"
105 -
106 -DISTUTILS_IN_SOURCE_BUILD=1
107 -
108 -# One test sometimes fails
109 -# https://github.com/jelmer/dulwich/issues/541
110 -PATCHES=( "${FILESDIR}/${P}-skip-failing-test.patch" )
111 -
112 -python_compile_all() {
113 - use doc && emake -C docs html
114 -}
115 -
116 -python_test() {
117 - emake check
118 -}
119 -
120 -python_install_all() {
121 - use doc && local HTML_DOCS=( docs/build/html/. )
122 - if use examples; then
123 - insinto "/usr/share/doc/${PF}"
124 - docompress -x "/usr/share/doc/${PF}/examples"
125 - doins -r examples
126 - fi
127 - distutils-r1_python_install_all
128 -}