[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2023-03-17 Thread Michał Górny
commit: 5344d6f8862d0135ea91d108c14c04939c2e46f8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 12:00:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 15:25:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5344d6f8

dev-python/sphinxcontrib-newsfeed: Use pypi.eclass

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

 .../sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild
index 36edf4246211..0391ab8720a7 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild
@@ -4,16 +4,16 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="News Feed extension for Sphinx"
 HOMEPAGE="
https://github.com/prometheusresearch/sphinxcontrib-newsfeed/
https://pypi.org/project/sphinxcontrib-newsfeed/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2022-12-10 Thread Arthur Zamarin
commit: 56b57a4544d7a07cd441c6e9c50cbccd98b004e5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 10 16:50:59 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 10 17:12:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b57a45

dev-python/sphinxcontrib-newsfeed: enable py3.11

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

 .../sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild
index f0df71c8b01e..b7d423de2fab 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2022-04-26 Thread Michał Górny
commit: 8613f95f2d6b02540ec00c04745f9420888d5473
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 26 20:15:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 26 20:28:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8613f95f

dev-python/sphinxcontrib-newsfeed: Remove old

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

 .../sphinxcontrib-newsfeed-0.1.4.ebuild| 30 --
 1 file changed, 30 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
deleted file mode 100644
index fce5769cc191..
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="News Feed extension for Sphinx"
-HOMEPAGE="https://github.com/prometheusresearch/sphinxcontrib-newsfeed;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
-IUSE="examples"
-
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
-
-python_install_all() {
-   distutils-r1_python_install_all
-   find "${ED}" -name '*.pth' -delete || die
-   if use examples; then
-   docinto examples
-   dodoc -r demo/.
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2022-04-26 Thread Arthur Zamarin
commit: f1130e8a7bc66fc798c2b3f76e14d7db4d1808d6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 26 19:16:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 26 19:16:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1130e8a

dev-python/sphinxcontrib-newsfeed: Stabilize 0.1.4-r1 ALLARCHES, #841161

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

 .../sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild
index ead60b035f54..f0df71c8b01e 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2022-04-25 Thread Sam James
commit: c0846085fb49713c8aa0bb8fe7942108862c2d38
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 01:51:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 01:51:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0846085

dev-python/sphinxcontrib-newsfeed: Keyword 0.1.4-r1 s390, #840846

Signed-off-by: Sam James  gentoo.org>

 .../sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild
index f58fad9eb3dd..ead60b035f54 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2022-04-20 Thread Michał Górny
commit: 2f3ae08c158a7ad764b424ceca05812e63b6b625
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 20 10:13:18 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 20 12:18:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3ae08c

dev-python/sphinxcontrib-newsfeed: EAPI 8, PEP517, rm namespace dep

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

 .../sphinxcontrib-newsfeed-0.1.4-r1.ebuild | 39 ++
 1 file changed, 39 insertions(+)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild
new file mode 100644
index ..f58fad9eb3dd
--- /dev/null
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild
@@ -0,0 +1,39 @@
+# 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
+
+DESCRIPTION="News Feed extension for Sphinx"
+HOMEPAGE="
+   https://github.com/prometheusresearch/sphinxcontrib-newsfeed/
+   https://pypi.org/project/sphinxcontrib-newsfeed/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="examples"
+
+RDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+python_compile() {
+   distutils-r1_python_compile
+   find "${BUILD_DIR}" -name '*.pth' -delete || die
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use examples; then
+   docinto examples
+   dodoc -r demo/.
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2021-08-28 Thread Arthur Zamarin
commit: 9d22d8a99dda2f8f43efe4d68a65f69156e5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug 21 17:29:02 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug 28 08:15:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d22d8a9

dev-python/sphinxcontrib-newsfeed: enable py3.10

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

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index de97fa45983..fce5769cc19 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2021-05-28 Thread Michał Górny
commit: c47abc3b8aec40d4df32c16a6ee6aaeaba62dfa3
Author: Zamarin Arthur  gmail  com>
AuthorDate: Fri May 28 15:59:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 28 21:48:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47abc3b

dev-python/sphinxcontrib-newsfeed: Mark ALLARCHES

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sphinxcontrib-newsfeed/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/sphinxcontrib-newsfeed/metadata.xml 
b/dev-python/sphinxcontrib-newsfeed/metadata.xml
index a2e7b7c0c1f..88f4741fe6d 100644
--- a/dev-python/sphinxcontrib-newsfeed/metadata.xml
+++ b/dev-python/sphinxcontrib-newsfeed/metadata.xml
@@ -2,6 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

+   

sphinxcontrib-newsfeed
prometheusresearch/sphinxcontrib-newsfeed



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2021-05-28 Thread Michał Górny
commit: af00f78399a6f476828d9c9559606776996702ab
Author: Zamarin Arthur  gmail  com>
AuthorDate: Fri May 28 15:53:41 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 28 21:48:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af00f783

dev-python/sphinxcontrib-newsfeed: EAPI=7, bump py3.9

passes when run on demo example

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 .../sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild| 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index ce753de7cb0..a69ff7fa08b 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python3_{7,8} )
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1
 
@@ -15,7 +16,6 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2021-05-28 Thread Michał Górny
commit: 8dc70f74f21955f8c5a183c6ae03cc7dc00eb6a8
Author: Zamarin Arthur  gmail  com>
AuthorDate: Fri May 28 15:59:19 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 28 21:48:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc70f74

dev-python/sphinxcontrib-newsfeed: fix insinto warning

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index a69ff7fa08b..de97fa45983 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -23,8 +23,8 @@ python_install_all() {
distutils-r1_python_install_all
find "${ED}" -name '*.pth' -delete || die
if use examples; then
-   insinto /usr/share/doc/${PF}/examples
-   doins -r demo/.
+   docinto examples
+   dodoc -r demo/.
docompress -x /usr/share/doc/${PF}/examples
fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2020-12-04 Thread Michał Górny
commit: 0afbd40e371f86ff1b7e33269b033a15a8d3c602
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec  4 12:35:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec  4 12:36:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0afbd40e

Revert "dev-python/sphinxcontrib-newsfeed: Remove namespace dep"

This reverts commit c35dedd5c1592ac5802d525b8067ce93b29755d0.

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

 ...ib-newsfeed-0.1.4-r1.ebuild => sphinxcontrib-newsfeed-0.1.4.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
similarity index 88%
rename from 
dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild
rename to dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index e4299247b65..f590afa8dbf 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -16,7 +16,8 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv 
sparc x86 ~amd64-li
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 
 python_install_all() {
distutils-r1_python_install_all



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2020-12-03 Thread Michał Górny
commit: c35dedd5c1592ac5802d525b8067ce93b29755d0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec  3 17:20:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec  3 17:30:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35dedd5

dev-python/sphinxcontrib-newsfeed: Remove namespace dep

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

 ...ib-newsfeed-0.1.4.ebuild => sphinxcontrib-newsfeed-0.1.4-r1.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild
similarity index 88%
rename from 
dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
rename to 
dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild
index f590afa8dbf..e4299247b65 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4-r1.ebuild
@@ -16,8 +16,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv 
sparc x86 ~amd64-li
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
 
 python_install_all() {
distutils-r1_python_install_all



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2020-11-30 Thread Sergei Trofimovich
commit: a0bb432215f6dcf6bfbf7e3590d51da870616c0a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Nov 30 20:02:31 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov 30 21:11:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0bb4322

dev-python/sphinxcontrib-newsfeed: stable 0.1.4 for hppa, bug #749477

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index e89c3dd2ec3..f590afa8dbf 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2020-11-26 Thread Sam James
commit: ca9890ba773acfe621b02f544b3b6db6e126ce64
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 26 19:02:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 26 19:02:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca9890ba

dev-python/sphinxcontrib-newsfeed: Stabilize 0.1.4 ppc64, #749477

Signed-off-by: Sam James  gentoo.org>

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index 8a49a75e1f6..e89c3dd2ec3 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2020-11-26 Thread Sam James
commit: bb24e26a66bca73928e9b44b4e5b82d1ef121d5b
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 26 13:14:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 26 13:14:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb24e26a

dev-python/sphinxcontrib-newsfeed: Stabilize 0.1.4 ppc, #749477

Signed-off-by: Sam James  gentoo.org>

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index 1961195cce9..8a49a75e1f6 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2020-10-06 Thread Sam James
commit: 0a7f7892edcb63fc588f506b22f67da2ffb721c1
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  7 00:49:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  7 01:01:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7f7892

dev-python/sphinxcontrib-newsfeed: Stabilize 0.1.4 arm, #745552

Signed-off-by: Sam James  gentoo.org>

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index 7b66056ce80..1961195cce9 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2020-10-01 Thread Sergei Trofimovich
commit: aad299f3c6952ebfabe9e552625b7b2717cf5183
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Oct  1 16:02:44 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct  1 17:28:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad299f3

dev-python/sphinxcontrib-newsfeed: mark 0.1.4 sparc, bug #745552

Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index 718fd94f125..7b66056ce80 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2020-09-30 Thread Sam James
commit: 51ded92a37f0a07f88262140c80660dbc6b47ec1
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 30 20:19:49 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 30 20:19:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ded92a

dev-python/sphinxcontrib-newsfeed: Stabilize 0.1.4 arm64, #745552

Signed-off-by: Sam James  gentoo.org>

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index 5ea09f7f8a3..718fd94f125 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2020-09-28 Thread Sergei Trofimovich
commit: d0dbcf40ce6a52548497be1a374d74c6931bcbcb
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Sep 28 16:48:50 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 28 17:40:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0dbcf40

dev-python/sphinxcontrib-newsfeed: mark 0.1.4 ~hppa, bug #737618

Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index 2dfc216fea8..5ea09f7f8a3 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2020-09-27 Thread Matt Turner
commit: 4b7c1ec36afdc9190e6d878f478b77547d140226
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:11 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7c1ec3

dev-python/sphinxcontrib-newsfeed: Keyword 0.1.4 alpha, #737618

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index 1f7123b6c31..2dfc216fea8 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2020-09-12 Thread Sam James
commit: 9b4ac10fa6edd581183f7c7c8004e340c504d857
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 13 04:45:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 13 04:55:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b4ac10f

dev-python/sphinxcontrib-newsfeed: Keyword 0.1.4 ppc, #737618

Signed-off-by: Sam James  gentoo.org>

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index a845f72c957..1f7123b6c31 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2020-08-25 Thread Sam James
commit: f155578d93683a0dc6ef031324bc73d5bf06d273
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 10:17:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 10:17:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f155578d

dev-python/sphinxcontrib-newsfeed: Keyword 0.1.4 ppc64, #737618

Signed-off-by: Sam James  gentoo.org>

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index cdf4593a153..30caa460973 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2020-08-23 Thread David Seifert
commit: 457e8fe2a68620910d939951ebdeb4d1720e1a4f
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Sun Aug 23 03:29:39 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 23 11:43:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457e8fe2

dev-python/sphinxcontrib-newsfeed: update HOMEPAGE

Replace non-functioning BitBucket URL
Bug: https://bugs.gentoo.org/737896
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azamat H. Hackimov  gmail.com>
Signed-off-by: David Seifert  gentoo.org>

 dev-python/sphinxcontrib-newsfeed/metadata.xml| 2 +-
 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sphinxcontrib-newsfeed/metadata.xml 
b/dev-python/sphinxcontrib-newsfeed/metadata.xml
index 8958a646ae2..a2e7b7c0c1f 100644
--- a/dev-python/sphinxcontrib-newsfeed/metadata.xml
+++ b/dev-python/sphinxcontrib-newsfeed/metadata.xml
@@ -4,6 +4,6 @@


sphinxcontrib-newsfeed
-   prometheus/sphinxcontrib-newsfeed
+   prometheusresearch/sphinxcontrib-newsfeed

 

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index 68cf9b52169..cdf4593a153 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7,8} )
 inherit distutils-r1
 
 DESCRIPTION="News Feed extension for Sphinx"
-HOMEPAGE="https://bitbucket.org/prometheus/sphinxcontrib-newsfeed;
+HOMEPAGE="https://github.com/prometheusresearch/sphinxcontrib-newsfeed;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2020-08-19 Thread Sergei Trofimovich
commit: d721dc64df8398643eaa9360e21ef12f9ad306b3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Aug 19 08:38:15 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug 19 09:29:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d721dc64

dev-python/sphinxcontrib-newsfeed: mark 0.1.4 ~sparc, bug #737618

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index e9858b7d761..68cf9b52169 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2020-08-18 Thread Sergei Trofimovich
commit: 5277cfb047d5a1a4c93482148690b5c60ccfefcd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Aug 18 21:51:39 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Aug 18 21:53:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5277cfb0

dev-python/sphinxcontrib-newsfeed: keyworded 0.1.4 for ia64

keyworded wrt bug #737618

Package-Manager: Portage-3.0.3, Repoman-3.0.0
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index 7c66e8d5cfd..e9858b7d761 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2020-02-05 Thread Michał Górny
commit: eaa6a58373ea61b4dd4b612452c4d220d5390471
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  6 06:09:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  6 06:16:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa6a583

dev-python/sphinxcontrib-newsfeed: Remove py2

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

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index d85863b21da..7c66e8d5cfd 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2019-12-30 Thread Piotr Karbowski
commit: 31bcd0b88c1ce5e9ac0b365496f91ad8f33c9ef4
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Mon Dec 30 21:40:58 2019 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Mon Dec 30 21:54:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31bcd0b8

dev-python/sphinxcontrib-newsfeed-0.1.4: python 3.8 support added.

Signed-off-by: Piotr Karbowski  gentoo.org>

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index 4218c7aeb85..faedd14f296 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2019-07-31 Thread Mikle Kolyada
commit: 733a51e45af17c005f4b3a52d626b349bbd358f0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jul 31 14:30:07 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jul 31 14:30:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733a51e4

dev-python/sphinxcontrib-newsfeed: amd64 stable wrt bug #688940

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index 200775feafa..e203a1e2530 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2019-07-31 Thread Mikle Kolyada
commit: ea9016e02fb8681427b0e9a4809eac867040fa12
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jul 31 14:31:31 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jul 31 14:31:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9016e0

dev-python/sphinxcontrib-newsfeed: x86 stable wrt bug #688940

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index e203a1e2530..4218c7aeb85 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2019-07-14 Thread Michał Górny
commit: bfacf823edb13acd81ad534353455d8b381b2994
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 14 07:59:50 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 14 12:26:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfacf823

dev-python/sphinxcontrib-newsfeed: Enable Python 3.7

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

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index f6207761256..200775feafa 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2019-04-27 Thread Anthony G. Basile
commit: 4dd15a6f88e17b3a8a729980eb5f5eab47bc00c5
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Apr 27 11:37:30 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Apr 27 11:49:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd15a6f

dev-python/sphinxcontrib-newsfeed: keyword ~arm64

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index 68e01536311..f6207761256 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2019-03-16 Thread Anthony G. Basile
commit: a8f0242e3c0b398975532d18b62ea6dfdab46db3
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Mar 16 23:20:48 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Mar 16 23:20:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f0242e

dev-python/sphinxcontrib-newsfeed: keyword ~arm

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index b53938a825e..a2782c27c60 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2018-03-10 Thread Pacho Ramos
commit: 9929cd2e689405d7e59c189ab9205845b48bed0f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Mar 10 14:45:14 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Mar 10 14:53:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9929cd2e

dev-python/sphinxcontrib-newsfeed: Update maintainer due to bug #502560

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/sphinxcontrib-newsfeed/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-python/sphinxcontrib-newsfeed/metadata.xml 
b/dev-python/sphinxcontrib-newsfeed/metadata.xml
index 68a6a99fb5f..c07ff69afaa 100644
--- a/dev-python/sphinxcontrib-newsfeed/metadata.xml
+++ b/dev-python/sphinxcontrib-newsfeed/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   alund...@gentoo.org
-   Alex Brandt
-   

sphinxcontrib-newsfeed
prometheus/sphinxcontrib-newsfeed



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2017-10-04 Thread Michał Górny
commit: 1bc26d5c0b69cd1ce49d83d845f0b00b8c114f98
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct  4 07:24:21 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct  4 08:56:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc26d5c

dev-python/sphinxcontrib-newsfeed: Strip empty metadata.xml elements

 dev-python/sphinxcontrib-newsfeed/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-python/sphinxcontrib-newsfeed/metadata.xml 
b/dev-python/sphinxcontrib-newsfeed/metadata.xml
index 1c9104aadb1..68a6a99fb5f 100644
--- a/dev-python/sphinxcontrib-newsfeed/metadata.xml
+++ b/dev-python/sphinxcontrib-newsfeed/metadata.xml
@@ -5,8 +5,6 @@
alund...@gentoo.org
Alex Brandt

-   
-   

sphinxcontrib-newsfeed
prometheus/sphinxcontrib-newsfeed



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2017-08-01 Thread Sebastien Fabbro
commit: 855cfa75313c24c6b6e55a7f60d5e2f4edda9c99
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Aug  2 02:20:34 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Aug  2 04:06:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855cfa75

dev-python/sphinxcontrib-newsfeed: fix for sphinxcontrib namespace, added 
prefix and x86

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../sphinxcontrib-newsfeed-0.1.4.ebuild   | 15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index b31cfd58c28..b53938a825e 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
@@ -12,14 +12,19 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 
 python_install_all() {
-   use examples && local EXAMPLES=( demo/. )
-
distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+   if use examples; then
+   insinto /usr/share/doc/${PF}/examples
+   doins -r demo/.
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2017-02-13 Thread Zac Medico
commit: dbdff12ce3d09b234ec1e5bb2d3e9cd2b8b4baf7
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Feb 13 09:08:19 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Feb 13 09:08:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbdff12c

dev-python/sphinxcontrib-newsfeed: PYTHON_COMPAT: add python3_6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index 77ea7b931c..834cf07d3e 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2016-03-28 Thread Ian Delaney
commit: 4673589d301eca05b3c3ee18f009ebc24313e789
Author: Ming Dai  gmail  com>
AuthorDate: Mon Mar 28 08:50:52 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Mon Mar 28 13:16:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4673589d

dev-python/sphinxcontrib-newsfeed: add Python 3.5 support

Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1152

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index a8c823e..35742d1 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2015-10-14 Thread Justin Lecher
commit: 66e6cd5eba367d6c810f8dec28b829b00a661d40
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Oct 14 16:50:49 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Oct 14 16:50:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e6cd5e

dev-python/sphinxcontrib-newsfeed: Keyword under ALLARCHES policy

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=562514

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index 70836b2..a8c823e 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2015-08-16 Thread Justin Lecher
commit: f51bd38b7c286cfb0ad940c44d3f15668f8c7c8e
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Sun Aug 16 15:01:00 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Sun Aug 16 15:10:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51bd38b

dev-python/sphinxcontrib-newsfeed: Updating remote-id in metadata.xml

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher jlec AT gentoo.org

 dev-python/sphinxcontrib-newsfeed/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/sphinxcontrib-newsfeed/metadata.xml 
b/dev-python/sphinxcontrib-newsfeed/metadata.xml
index 02be8c5..bc830d6 100644
--- a/dev-python/sphinxcontrib-newsfeed/metadata.xml
+++ b/dev-python/sphinxcontrib-newsfeed/metadata.xml
@@ -7,4 +7,7 @@
/maintainer
longdescription lang=en
/longdescription
+   upstream
+   remote-id type=pypisphinxcontrib-newsfeed/remote-id
+   /upstream
 /pkgmetadata



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/

2015-08-09 Thread Alex Brandt
commit: c08296a602663494d4f5fadf60fcbb8e08414331
Author: Alex Brandt alunduil AT gentoo DOT org
AuthorDate: Sun Aug  9 17:29:02 2015 +
Commit: Alex Brandt alunduil AT gentoo DOT org
CommitDate: Sun Aug  9 17:30:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c08296a6

dev-python/sphinxcontrib-newsfeed: add version 0.1.4

Package-Manager: portage-2.2.20

 dev-python/sphinxcontrib-newsfeed/Manifest |  1 +
 dev-python/sphinxcontrib-newsfeed/metadata.xml | 10 +
 .../sphinxcontrib-newsfeed-0.1.4.ebuild| 26 ++
 3 files changed, 37 insertions(+)

diff --git a/dev-python/sphinxcontrib-newsfeed/Manifest 
b/dev-python/sphinxcontrib-newsfeed/Manifest
new file mode 100644
index 000..1f6429b
--- /dev/null
+++ b/dev-python/sphinxcontrib-newsfeed/Manifest
@@ -0,0 +1 @@
+DIST sphinxcontrib-newsfeed-0.1.4.tar.gz 10862 SHA256 
f78c865b1a32d249644a9c46f395b547df0dc21ed69b70898d64235b4755efb4 SHA512 
96d9d0c15fca8b62f945bafc8f0eafa62df9c471f7510e2f153e47b66534e5f3041e5c01df772e6c35a9f09baa70064642f7f0fa43ccfd33dd64c2604494f2fc
 WHIRLPOOL 
f14e5c8e9a5b6c35ae1311ed2efa9c8e71223c1d35bbe09dc1f097d07547748b8f73aa7170e1b422681cac44d40524ea5e017bc2b730f7581f1d91c9b057adc0

diff --git a/dev-python/sphinxcontrib-newsfeed/metadata.xml 
b/dev-python/sphinxcontrib-newsfeed/metadata.xml
new file mode 100644
index 000..02be8c5
--- /dev/null
+++ b/dev-python/sphinxcontrib-newsfeed/metadata.xml
@@ -0,0 +1,10 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   maintainer
+   emailalund...@gentoo.org/email
+   nameAlex Brandt/name
+   /maintainer
+   longdescription lang=en
+   /longdescription
+/pkgmetadata

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
new file mode 100644
index 000..5e23f6a
--- /dev/null
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION=News Feed extension for Sphinx
+HOMEPAGE=http://bitbucket.org/prometheus/sphinxcontrib-newsfeed;
+SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+
+LICENSE=BSD-2
+SLOT=0
+KEYWORDS=~amd64
+IUSE=examples
+
+DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
+RDEPEND=dev-python/sphinx[${PYTHON_USEDEP}]
+
+python_install_all() {
+   use examples  local EXAMPLES=( demo/. )
+
+   distutils-r1_python_install_all
+}