[gentoo-commits] repo/gentoo:master commit in: dev-python/repoze-sphinx-autointerface/, profiles/

2022-05-09 Thread Jakov Smolić
commit: 0cabf952dc15322eea0ee7a12fd6631fccdf2352
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue May 10 05:26:29 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue May 10 05:26:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cabf952

dev-python/repoze-sphinx-autointerface: treeclean

Closes: https://bugs.gentoo.org/837641
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/repoze-sphinx-autointerface/Manifest|  1 -
 .../repoze-sphinx-autointerface/metadata.xml   | 12 -
 .../repoze-sphinx-autointerface-0.8-r1.ebuild  | 31 --
 profiles/package.mask  |  5 
 4 files changed, 49 deletions(-)

diff --git a/dev-python/repoze-sphinx-autointerface/Manifest 
b/dev-python/repoze-sphinx-autointerface/Manifest
deleted file mode 100644
index 7229b21f5ed7..
--- a/dev-python/repoze-sphinx-autointerface/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST repoze.sphinx.autointerface-0.8.tar.gz 8987 BLAKE2B 
aeeaf23f18394eae8ff817e7f4838a332d34e3c7717a67bf123c02a6bd7b6122d727a0120922b0471d6d6d7a1b2312058373a2498150b36446edc049a178773d
 SHA512 
40aa3401a5f542329dbce6b8b27fad0b94d3077ac9a0e01cf2f1f43da5bcb9202eb76eaaa8b1b81edf51a391ebe32eefde59afab1673d86b412995185a4866f3

diff --git a/dev-python/repoze-sphinx-autointerface/metadata.xml 
b/dev-python/repoze-sphinx-autointerface/metadata.xml
deleted file mode 100644
index f832b78b4e9e..
--- a/dev-python/repoze-sphinx-autointerface/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   dol...@gentoo.org
-   Brian Dolbec
-   
-   
-   
-   repoze.sphinx.autointerface
-   
-

diff --git 
a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8-r1.ebuild
 
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8-r1.ebuild
deleted file mode 100644
index bf2778ecc434..
--- 
a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_PN=${PN//-/.}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Sphinx extension: auto-generates API docs from Zope interfaces"
-HOMEPAGE="https://pypi.org/project/repoze.sphinx.autointerface/;
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="repoze"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]
-"
-
-python_compile() {
-   distutils-r1_python_compile
-   find "${BUILD_DIR}" -name '*.pth' -delete || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 8e03375c2d9c..4717ab444208 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -351,11 +351,6 @@ dev-python/ctypescrypto
 # relies on sys-libs/db, low quality port to EAPI 6, removal on 2022-05-10.
 net-p2p/syrep
 
-# Michał Górny  (2022-04-10)
-# Last release in 2016.  Last git commit in 2020.  No revdeps.
-# Removal on 2022-05-10.  Bug #837641.
-dev-python/repoze-sphinx-autointerface
-
 # David Seifert  (2022-04-06)
 # Unsupported branches, no consumers left, removal on 2023-01-01.
 sys-devel/automake:1.13



[gentoo-commits] repo/gentoo:master commit in: dev-python/repoze-sphinx-autointerface/

2022-04-10 Thread Michał Górny
commit: a7f926fbdd776871cc15bf7f12b042c77111304b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 10 12:01:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 10 12:10:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f926fb

dev-python/repoze-sphinx-autointerface: PEP517, remove namespace dep

Signed-off-by: Michał Górny  gentoo.org>

 ...ld => repoze-sphinx-autointerface-0.8-r1.ebuild} | 21 ++---
 1 file changed, 6 insertions(+), 15 deletions(-)

diff --git 
a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild 
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8-r1.ebuild
similarity index 58%
rename from 
dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild
rename to 
dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8-r1.ebuild
index 519d2a62939c..bf2778ecc434 100644
--- 
a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild
+++ 
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8-r1.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+
 inherit distutils-r1
 
 MY_PN=${PN//-/.}
@@ -20,21 +21,11 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
-   dev-python/namespace-repoze[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]
 "
 
-python_install() {
-   distutils-r1_python_install
-
-   # install the namespace (it's the only subpackage)
-   python_moduleinto repoze.sphinx
-   python_domodule repoze/sphinx/__init__.py
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   find "${D}" -name '*.pth' -delete || die
+python_compile() {
+   distutils-r1_python_compile
+   find "${BUILD_DIR}" -name '*.pth' -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/repoze-sphinx-autointerface/

2021-09-02 Thread Arthur Zamarin
commit: 26458647d0f6d513a9233f60e37511a7ac3d06fe
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  2 17:21:09 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  2 17:40:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26458647

dev-python/repoze-sphinx-autointerface: enable py3.10, small cleanup

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../repoze-sphinx-autointerface-0.8.ebuild| 11 +++
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git 
a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild 
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild
index a8135be13ff..519d2a62939 100644
--- 
a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild
+++ 
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild
@@ -1,11 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+EAPI=8
 
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
-
 inherit distutils-r1
 
 MY_PN=${PN//-/.}
@@ -14,6 +13,7 @@ MY_P=${MY_PN}-${PV}
 DESCRIPTION="Sphinx extension: auto-generates API docs from Zope interfaces"
 HOMEPAGE="https://pypi.org/project/repoze.sphinx.autointerface/;
 SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="repoze"
 SLOT="0"
@@ -24,11 +24,6 @@ RDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]
 "
-DEPEND="
-   ${RDEPEND}
-"
-
-S=${WORKDIR}/${MY_P}
 
 python_install() {
distutils-r1_python_install



[gentoo-commits] repo/gentoo:master commit in: dev-python/repoze-sphinx-autointerface/

2021-09-02 Thread Arthur Zamarin
commit: eb956f10988fa68426f9182c060082296f8d0918
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  2 17:22:01 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  2 17:40:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb956f10

dev-python/repoze-sphinx-autointerface: mark ALLARCHES

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/repoze-sphinx-autointerface/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/repoze-sphinx-autointerface/metadata.xml 
b/dev-python/repoze-sphinx-autointerface/metadata.xml
index b517394095b..c1b6514bacd 100644
--- a/dev-python/repoze-sphinx-autointerface/metadata.xml
+++ b/dev-python/repoze-sphinx-autointerface/metadata.xml
@@ -5,6 +5,7 @@
dol...@gentoo.org
Brian Dolbec

+   

repoze.sphinx.autointerface




[gentoo-commits] repo/gentoo:master commit in: dev-python/repoze-sphinx-autointerface/

2021-02-13 Thread Brian Dolbec
commit: b0932f9dd3ba42e224f9f6f93207c66566b16a55
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Feb 13 21:08:58 2021 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Feb 13 21:27:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0932f9d

dev-python/repoze-sphinx-autointerface: fix DISUTILS_USE_SETUPTOOLS, add py-3.9

Closes: https://bugs.gentoo.org/748864
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Brian Dolbec  gentoo.org>

 .../repoze-sphinx-autointerface-0.8.ebuild  | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild 
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild
index 1cb27d2d9c8..a8135be13ff 100644
--- 
a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild
+++ 
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/repoze-sphinx-autointerface/

2020-05-08 Thread Brian Dolbec
commit: ff35c93616d440be66d67fed33fff2533e27
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri May  8 23:07:56 2020 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri May  8 23:10:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff35c936

dev-python/repoze-sphinx-autointerface: Version bump, add python-3.7,3.8

metadata.xml: take maintainership
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-python/repoze-sphinx-autointerface/Manifest|  1 +
 .../repoze-sphinx-autointerface/metadata.xml   |  5 ++-
 .../repoze-sphinx-autointerface-0.8.ebuild | 43 ++
 3 files changed, 48 insertions(+), 1 deletion(-)

diff --git a/dev-python/repoze-sphinx-autointerface/Manifest 
b/dev-python/repoze-sphinx-autointerface/Manifest
index 186e9777deb..99614b3d709 100644
--- a/dev-python/repoze-sphinx-autointerface/Manifest
+++ b/dev-python/repoze-sphinx-autointerface/Manifest
@@ -1 +1,2 @@
 DIST repoze.sphinx.autointerface-0.7.1.tar.gz 7892 BLAKE2B 
8c7ca3faed9ede599c4d1a7c36cfb6fc2666d2a88ba75d6d903bbad2306bd6d5f2ff9c39a149a2a9e9171a4bba23a7211a3e8d4c9620f6777928e032e030881b
 SHA512 
e2b2a41647a6e349bd33df8fcc08d2560f2a58b94a054bfcc9176cdcd97513ce78cc31945c7c12fd14f7906d21b23ba9c3fac0a06ed0c92ad7b89f73b5bf7ff4
+DIST repoze.sphinx.autointerface-0.8.tar.gz 8987 BLAKE2B 
aeeaf23f18394eae8ff817e7f4838a332d34e3c7717a67bf123c02a6bd7b6122d727a0120922b0471d6d6d7a1b2312058373a2498150b36446edc049a178773d
 SHA512 
40aa3401a5f542329dbce6b8b27fad0b94d3077ac9a0e01cf2f1f43da5bcb9202eb76eaaa8b1b81edf51a391ebe32eefde59afab1673d86b412995185a4866f3

diff --git a/dev-python/repoze-sphinx-autointerface/metadata.xml 
b/dev-python/repoze-sphinx-autointerface/metadata.xml
index 9417931b95b..b517394095b 100644
--- a/dev-python/repoze-sphinx-autointerface/metadata.xml
+++ b/dev-python/repoze-sphinx-autointerface/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   dol...@gentoo.org
+   Brian Dolbec
+   

repoze.sphinx.autointerface


diff --git 
a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild 
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild
new file mode 100644
index 000..02e4c048c90
--- /dev/null
+++ 
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+MY_PN=${PN//-/.}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Sphinx extension: auto-generates API docs from Zope interfaces"
+HOMEPAGE="https://pypi.org/project/repoze.sphinx.autointerface/;
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="repoze"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/namespace-repoze[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+"
+
+S=${WORKDIR}/${MY_P}
+
+python_install() {
+   distutils-r1_python_install
+
+   # install the namespace (it's the only subpackage)
+   python_moduleinto repoze.sphinx
+   python_domodule repoze/sphinx/__init__.py
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   find "${D}" -name '*.pth' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/repoze-sphinx-autointerface/

2020-04-26 Thread Michał Górny
commit: fdd07ddb57f391eacf83b8a3146ff4121d032696
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 26 15:43:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 26 15:50:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd07ddb

dev-python/repoze-sphinx-autointerface: Drop to maint-needed

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/repoze-sphinx-autointerface/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/repoze-sphinx-autointerface/metadata.xml 
b/dev-python/repoze-sphinx-autointerface/metadata.xml
index 0afe8679212..9417931b95b 100644
--- a/dev-python/repoze-sphinx-autointerface/metadata.xml
+++ b/dev-python/repoze-sphinx-autointerface/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   pyt...@gentoo.org
-   Python
-   
+   

repoze.sphinx.autointerface




[gentoo-commits] repo/gentoo:master commit in: dev-python/repoze-sphinx-autointerface/

2020-02-05 Thread Michał Górny
commit: e603393cd4c66fb1de8576d260415d83cb5df07f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 21:02:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 21:21:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e603393c

dev-python/repoze-sphinx-autointerface: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 .../repoze-sphinx-autointerface-0.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild
 
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild
index a4116587e66..2994cc995d4 100644
--- 
a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild
+++ 
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/repoze-sphinx-autointerface/

2019-05-21 Thread Stephen Klimaszewski
commit: 800763ae1983488a5a6824c4efcd79b28db4ea7f
Author: Stephen Klimaszewski  gentoo  org>
AuthorDate: Tue May 21 16:17:30 2019 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Tue May 21 16:18:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=800763ae

dev-python/repoze-sphinx-autointerface: add ~arm64 keyword

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Stephen Klimaszewski  gentoo.org>

 .../repoze-sphinx-autointerface-0.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild
 
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild
index 25b4a305f5a..2b3450e358e 100644
--- 
a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild
+++ 
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="repoze"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/namespace-repoze[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/repoze-sphinx-autointerface/

2017-05-16 Thread Michał Górny
commit: 3e681c26f7b0ea43d6c4c400d272fd2c48cad370
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 16 17:07:19 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 16 17:11:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e681c26

dev-python/repoze-sphinx-autointerface: Use dot-notation for python_moduleinto

 .../repoze-sphinx-autointerface-0.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild
 
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild
index 0c7a3a58dc5..43096981498 100644
--- 
a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild
+++ 
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild
@@ -33,7 +33,7 @@ python_install() {
distutils-r1_python_install
 
# install the namespace (it's the only subpackage)
-   python_moduleinto repoze/sphinx
+   python_moduleinto repoze.sphinx
python_domodule repoze/sphinx/__init__.py
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/repoze-sphinx-autointerface/

2017-05-09 Thread Michał Górny
commit: 2027141d815dfb9e55cb36a9bc3429e11c72c50a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  9 14:36:51 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  9 15:35:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2027141d

dev-python/repoze-sphinx-autointerface: Fix namespace support

 .../repoze-sphinx-autointerface-0.7.1-r1.ebuild| 44 ++
 1 file changed, 44 insertions(+)

diff --git 
a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild
 
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild
new file mode 100644
index 000..0c7a3a58dc5
--- /dev/null
+++ 
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_4} )
+
+inherit distutils-r1
+
+MY_PN=${PN//-/.}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Sphinx extension: auto-generates API docs from Zope interfaces"
+HOMEPAGE="https://pypi.python.org/pypi/repoze.sphinx.autointerface/;
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="repoze"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/namespace-repoze[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+S=${WORKDIR}/${MY_P}
+
+python_install() {
+   distutils-r1_python_install
+
+   # install the namespace (it's the only subpackage)
+   python_moduleinto repoze/sphinx
+   python_domodule repoze/sphinx/__init__.py
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   find "${D}" -name '*.pth' -delete || die
+}