[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2023-12-27 Thread Sam James
commit: 991894e7cd5ff964c6e7530aa93b4bd60e0b6cb0
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 28 04:41:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 28 04:41:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991894e7

app-text/pelican: Keyword 4.9.1 arm64, #903047

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

 app-text/pelican/pelican-4.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pelican/pelican-4.9.1.ebuild 
b/app-text/pelican/pelican-4.9.1.ebuild
index ea20dc939423..34f7a5915fe5 100644
--- a/app-text/pelican/pelican-4.9.1.ebuild
+++ b/app-text/pelican/pelican-4.9.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE="doc examples markdown"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2023-12-12 Thread Sebastian Pipping
commit: 39d5cca583dda15cbd395e533671af00449b116a
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue Dec 12 22:59:17 2023 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Dec 12 22:59:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d5cca5

app-text/pelican: 4.9.1

Signed-off-by: Sebastian Pipping  gentoo.org>

 app-text/pelican/Manifest |  1 +
 app-text/pelican/pelican-4.9.1.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
index 271058b778e8..5d37f3e38a90 100644
--- a/app-text/pelican/Manifest
+++ b/app-text/pelican/Manifest
@@ -1,2 +1,3 @@
 DIST pelican-4.8.0.gh.tar.gz 1401791 BLAKE2B 
889c9054659c9f98cca571fa0f3ea9ee7752aa65c3feb71278570bad74095f521d3838aa1a32dc3ae331ba86149cdd10be9c31c7ed5bc6e06348edf3eb3bb081
 SHA512 
2e94eb88a836bcb430026463c0e7e906b7f065507e0d873b6e0fc980e271e6a8f2e62b22af4b61c963d90ef61d57787de20656fe7497b0ae14e93eff2d364f3b
 DIST pelican-4.9.0.gh.tar.gz 1374399 BLAKE2B 
2fa91ff9b5ddacac1fd64d9325ccb1fadb9bbfaa9c6098920a43a576f3d8d7be31a98b5250b2ea10bee63993d8b9bb72fdebdf9d57d0518d1f4bddef705e2804
 SHA512 
a50d0fbad816fa4a73eb94d0aa15cf5f9321ed2bdb50addbebbf0024f2fc7fd73ab94b314b5821068d552dcd1b11a54ca657aac732340156f2361a7e832c
+DIST pelican-4.9.1.gh.tar.gz 1374443 BLAKE2B 
d9dfa234b0f19cd02ccc8867e5b4f6e0444300692d69001baf23943230f27f8a7bc91e98e5c4c3cd194abadf8fb140c0e1a0c3beb39e5d288113ecc4e487c6a6
 SHA512 
70b7efd7a38dc2069b1eb9141647fa80bf959de36936ad7b4d38407be7e029fc788ef9b9f297d99e5dc6cad67d58fe6ff97f9b542db7e0a9c23e2907d4604e21

diff --git a/app-text/pelican/pelican-4.9.1.ebuild 
b/app-text/pelican/pelican-4.9.1.ebuild
new file mode 100644
index ..a8ec456458a6
--- /dev/null
+++ b/app-text/pelican/pelican-4.9.1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
+HOMEPAGE="
+   https://getpelican.com/
+   https://pypi.org/project/pelican/
+"
+SRC_URI="
+   https://github.com/getpelican/pelican/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="doc examples markdown"
+
+RDEPEND="
+   >=dev-python/docutils-0.20.1[${PYTHON_USEDEP}]
+   >=dev-python/blinker-1.7.0[${PYTHON_USEDEP}]
+   >=dev-python/feedgenerator-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
+   >=dev-python/ordered-set-4.1.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.16.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2020.1[${PYTHON_USEDEP}]
+   >=dev-python/rich-13.6.0[${PYTHON_USEDEP}]
+   >=dev-python/unidecode-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/watchfiles-0.21.0[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   markdown? ( >=dev-python/markdown-3.1[${PYTHON_USEDEP}] )"
+BDEPEND="
+   test? (
+   >=dev-python/markdown-3.1[${PYTHON_USEDEP}]
+   dev-python/typogrify[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )"
+
+DOCS=( README.rst )
+
+EPYTEST_DESELECT=(
+   # Needs investigation, we weren't running tests at all before
+   pelican/tests/test_testsuite.py::TestSuiteTest::test_error_on_warning
+   pelican/tests/test_pelican.py::TestPelican::test_basic_generation_works
+   pelican/tests/test_pelican.py::TestPelican::test_custom_generation_works
+)
+
+distutils_enable_tests pytest
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   if use examples; then
+   docinto /usr/share/doc/${PF}
+   docompress -x /usr/share/doc/${PF}/samples
+   dodoc -r samples
+   fi
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   optfeature "Typographical enhancements (alternative to markdown)" 
dev-python/typogrify
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2023-11-12 Thread Sebastian Pipping
commit: 561d046c5fdbd2116da774a3744574f0c4e2a046
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Nov 13 00:22:26 2023 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Nov 13 00:30:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=561d046c

app-text/pelican: 4.9.0

Signed-off-by: Sebastian Pipping  gentoo.org>

 app-text/pelican/Manifest |  1 +
 app-text/pelican/pelican-4.9.0.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
index 38befada2e46..271058b778e8 100644
--- a/app-text/pelican/Manifest
+++ b/app-text/pelican/Manifest
@@ -1 +1,2 @@
 DIST pelican-4.8.0.gh.tar.gz 1401791 BLAKE2B 
889c9054659c9f98cca571fa0f3ea9ee7752aa65c3feb71278570bad74095f521d3838aa1a32dc3ae331ba86149cdd10be9c31c7ed5bc6e06348edf3eb3bb081
 SHA512 
2e94eb88a836bcb430026463c0e7e906b7f065507e0d873b6e0fc980e271e6a8f2e62b22af4b61c963d90ef61d57787de20656fe7497b0ae14e93eff2d364f3b
+DIST pelican-4.9.0.gh.tar.gz 1374399 BLAKE2B 
2fa91ff9b5ddacac1fd64d9325ccb1fadb9bbfaa9c6098920a43a576f3d8d7be31a98b5250b2ea10bee63993d8b9bb72fdebdf9d57d0518d1f4bddef705e2804
 SHA512 
a50d0fbad816fa4a73eb94d0aa15cf5f9321ed2bdb50addbebbf0024f2fc7fd73ab94b314b5821068d552dcd1b11a54ca657aac732340156f2361a7e832c

diff --git a/app-text/pelican/pelican-4.9.0.ebuild 
b/app-text/pelican/pelican-4.9.0.ebuild
new file mode 100644
index ..a8ec456458a6
--- /dev/null
+++ b/app-text/pelican/pelican-4.9.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
+HOMEPAGE="
+   https://getpelican.com/
+   https://pypi.org/project/pelican/
+"
+SRC_URI="
+   https://github.com/getpelican/pelican/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="doc examples markdown"
+
+RDEPEND="
+   >=dev-python/docutils-0.20.1[${PYTHON_USEDEP}]
+   >=dev-python/blinker-1.7.0[${PYTHON_USEDEP}]
+   >=dev-python/feedgenerator-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
+   >=dev-python/ordered-set-4.1.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.16.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2020.1[${PYTHON_USEDEP}]
+   >=dev-python/rich-13.6.0[${PYTHON_USEDEP}]
+   >=dev-python/unidecode-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/watchfiles-0.21.0[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   markdown? ( >=dev-python/markdown-3.1[${PYTHON_USEDEP}] )"
+BDEPEND="
+   test? (
+   >=dev-python/markdown-3.1[${PYTHON_USEDEP}]
+   dev-python/typogrify[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )"
+
+DOCS=( README.rst )
+
+EPYTEST_DESELECT=(
+   # Needs investigation, we weren't running tests at all before
+   pelican/tests/test_testsuite.py::TestSuiteTest::test_error_on_warning
+   pelican/tests/test_pelican.py::TestPelican::test_basic_generation_works
+   pelican/tests/test_pelican.py::TestPelican::test_custom_generation_works
+)
+
+distutils_enable_tests pytest
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   if use examples; then
+   docinto /usr/share/doc/${PF}
+   docompress -x /usr/share/doc/${PF}/samples
+   dodoc -r samples
+   fi
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   optfeature "Typographical enhancements (alternative to markdown)" 
dev-python/typogrify
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2023-10-20 Thread Michał Górny
commit: cf590697742773c2a97f6f4e40f592aa7587192d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 13:30:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 13:30:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf590697

app-text/pelican: Enable py3.12

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

 app-text/pelican/pelican-4.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pelican/pelican-4.8.0.ebuild 
b/app-text/pelican/pelican-4.8.0.ebuild
index c39c92fcc7e0..9997cceed563 100644
--- a/app-text/pelican/pelican-4.8.0.ebuild
+++ b/app-text/pelican/pelican-4.8.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 optfeature
 



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2023-02-22 Thread Sam James
commit: a4999a1c98ff79c670c73db96722993f3d1f4f7e
Author: Petr Vaněk  atlas  cz>
AuthorDate: Wed Feb 22 13:33:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 22 15:59:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4999a1c

app-text/pelican: enable py3.11

Signed-off-by: Petr Vaněk  atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/29722
Signed-off-by: Sam James  gentoo.org>

 app-text/pelican/pelican-4.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pelican/pelican-4.8.0.ebuild 
b/app-text/pelican/pelican-4.8.0.ebuild
index c61db873f4bb..c39c92fcc7e0 100644
--- a/app-text/pelican/pelican-4.8.0.ebuild
+++ b/app-text/pelican/pelican-4.8.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1 optfeature
 



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2023-02-22 Thread Sam James
commit: f9020f5f8fa7ff49e7110159155a338ba73cd0b9
Author: Petr Vaněk  atlas  cz>
AuthorDate: Wed Feb 22 13:32:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 22 15:59:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9020f5f

app-text/pelican: update HOMEPAGE

plus update to indentation style common for python packages

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 app-text/pelican/pelican-4.8.0.ebuild | 13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/app-text/pelican/pelican-4.8.0.ebuild 
b/app-text/pelican/pelican-4.8.0.ebuild
index f317185a16a9..c61db873f4bb 100644
--- a/app-text/pelican/pelican-4.8.0.ebuild
+++ b/app-text/pelican/pelican-4.8.0.ebuild
@@ -9,15 +9,22 @@ PYTHON_COMPAT=( python3_{9..10} )
 inherit distutils-r1 optfeature
 
 DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
-HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
-SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
+HOMEPAGE="
+   https://getpelican.com/
+   https://pypi.org/project/pelican/
+"
+SRC_URI="
+   https://github.com/getpelican/pelican/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
 
 LICENSE="AGPL-3"
 SLOT="0"
 KEYWORDS="amd64 ~riscv x86"
 IUSE="doc examples markdown"
 
-RDEPEND=">=dev-python/docutils-0.16[${PYTHON_USEDEP}]
+RDEPEND="
+   >=dev-python/docutils-0.16[${PYTHON_USEDEP}]
>=dev-python/blinker-1.4[${PYTHON_USEDEP}]
>=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
>=dev-python/jinja-2.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/files/, app-text/pelican/

2023-01-13 Thread Sam James
commit: 5f47ea50fe359ccb308e5cbce24750bc2315dc0c
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan 13 10:14:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 13 10:17:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f47ea50

app-text/pelican: fix build w/ sphinx 6

Closes: https://bugs.gentoo.org/889706
Signed-off-by: Sam James  gentoo.org>

 app-text/pelican/files/pelican-4.8.0-sphinx-6.patch | 20 
 app-text/pelican/pelican-4.8.0.ebuild   |  6 +-
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/app-text/pelican/files/pelican-4.8.0-sphinx-6.patch 
b/app-text/pelican/files/pelican-4.8.0-sphinx-6.patch
new file mode 100644
index ..60302f21a072
--- /dev/null
+++ b/app-text/pelican/files/pelican-4.8.0-sphinx-6.patch
@@ -0,0 +1,20 @@
+https://bugs.gentoo.org/889706
+https://github.com/getpelican/pelican/commit/33aca76d78601f0f0da635c8a14c89bbbc9ff8d6
+
+From 33aca76d78601f0f0da635c8a14c89bbbc9ff8d6 Mon Sep 17 00:00:00 2001
+From: Justin Mayer 
+Date: Mon, 1 Aug 2022 12:36:54 +0200
+Subject: [PATCH] Adjust extlinks configuration for Sphinx 5.0+
+
+--- a/docs/conf.py
 b/docs/conf.py
+@@ -23,7 +23,7 @@
+ '''.format(last_stable)
+ 
+ extlinks = {
+-'pelican-doc':  ('https://docs.getpelican.com/%s/', '')
++'pelican-doc':  ('https://docs.getpelican.com/%s/', '%s')
+ }
+ 
+ # -- Options for HTML output 
--
+

diff --git a/app-text/pelican/pelican-4.8.0.ebuild 
b/app-text/pelican/pelican-4.8.0.ebuild
index 46e07a259b83..2b2b943036ec 100644
--- a/app-text/pelican/pelican-4.8.0.ebuild
+++ b/app-text/pelican/pelican-4.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -45,6 +45,10 @@ EPYTEST_DESELECT=(
pelican/tests/test_pelican.py::TestPelican::test_custom_generation_works
 )
 
+PATCHES=(
+   "${FILESDIR}"/${P}-sphinx-6.patch
+)
+
 distutils_enable_tests pytest
 
 python_compile_all() {



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2022-12-21 Thread Sam James
commit: 5b640d254a8bf8f05741e2b4c62b8507bbf72d86
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 21 22:16:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 21 22:25:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b640d25

app-text/pelican: drop 4.7.2-r1

Bug: https://bugs.gentoo.org/886689
Signed-off-by: Sam James  gentoo.org>

 app-text/pelican/Manifest|  1 -
 app-text/pelican/pelican-4.7.2-r1.ebuild | 50 
 2 files changed, 51 deletions(-)

diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
index 2ea926632228..38befada2e46 100644
--- a/app-text/pelican/Manifest
+++ b/app-text/pelican/Manifest
@@ -1,2 +1 @@
-DIST pelican-4.7.2.tar.gz 1401737 BLAKE2B 
c277844c0c153f71aae051dd8897e9abf8fd1ddc7c49251aaa7b85b7324a85da0ded74e8328a4b64ec79b8e6b4e143d5496b8535900c8a88bfa6198489c0a80c
 SHA512 
9fbf2ecb3c193e976e01a4d095095ac55d56fe45aa24467d91635bbecb9df933ccabd6a456e14c6ee14ce0a845820be8d887917af314e13c7a3eb830cb0ce7e6
 DIST pelican-4.8.0.gh.tar.gz 1401791 BLAKE2B 
889c9054659c9f98cca571fa0f3ea9ee7752aa65c3feb71278570bad74095f521d3838aa1a32dc3ae331ba86149cdd10be9c31c7ed5bc6e06348edf3eb3bb081
 SHA512 
2e94eb88a836bcb430026463c0e7e906b7f065507e0d873b6e0fc980e271e6a8f2e62b22af4b61c963d90ef61d57787de20656fe7497b0ae14e93eff2d364f3b

diff --git a/app-text/pelican/pelican-4.7.2-r1.ebuild 
b/app-text/pelican/pelican-4.7.2-r1.ebuild
deleted file mode 100644
index eabb1d350c9d..
--- a/app-text/pelican/pelican-4.7.2-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9,10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
-HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
-SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-IUSE="doc examples markdown"
-
-RESTRICT="test"
-RDEPEND=">=dev-python/docutils-0.16[${PYTHON_USEDEP}]
-   >=dev-python/blinker-1.4[${PYTHON_USEDEP}]
-   >=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
-   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.6[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.8[${PYTHON_USEDEP}]
-   >=dev-python/pytz-2020.1[${PYTHON_USEDEP}]
-   >=dev-python/rich-10.1[${PYTHON_USEDEP}]
-   >=dev-python/unidecode-1.1[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   markdown? ( >=dev-python/markdown-3.1[${PYTHON_USEDEP}] )"
-BDEPEND="test? ( >=dev-python/markdown-3.1[${PYTHON_USEDEP}] )"
-
-DOCS=( README.rst )
-
-distutils_enable_tests nose
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   if use examples; then
-   insinto "/usr/share/doc/${PF}"
-   docompress -x "/usr/share/doc/${PF}/samples"
-   doins -r samples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2022-12-18 Thread Arthur Zamarin
commit: c5a6a6040d5cd369aea30952a88dd675f41592bc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec 18 20:17:22 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec 18 20:17:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a6a604

app-text/pelican: Stabilize 4.8.0 ALLARCHES, #886689

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

 app-text/pelican/pelican-4.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pelican/pelican-4.8.0.ebuild 
b/app-text/pelican/pelican-4.8.0.ebuild
index ea0e121101a7..46e07a259b83 100644
--- a/app-text/pelican/pelican-4.8.0.ebuild
+++ b/app-text/pelican/pelican-4.8.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.gh.t
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 IUSE="doc examples markdown"
 
 RDEPEND=">=dev-python/docutils-0.16[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2022-07-12 Thread Sam James
commit: aa1456f485b9d1317ab3a987d5237509c0f29323
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 12 11:01:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 12 11:01:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1456f4

app-text/pelican: fix test deps

Closes: https://bugs.gentoo.org/857774
Signed-off-by: Sam James  gentoo.org>

 app-text/pelican/pelican-4.8.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-text/pelican/pelican-4.8.0.ebuild 
b/app-text/pelican/pelican-4.8.0.ebuild
index 6628bf2db6f4..ea0e121101a7 100644
--- a/app-text/pelican/pelican-4.8.0.ebuild
+++ b/app-text/pelican/pelican-4.8.0.ebuild
@@ -32,6 +32,8 @@ BDEPEND="
test? (
>=dev-python/markdown-3.1[${PYTHON_USEDEP}]
dev-python/typogrify[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
)"
 
 DOCS=( README.rst )



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2022-07-12 Thread Sam James
commit: 29f373ce050a3b589f1e6e395a7ef56dd277402e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 12 10:39:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 12 10:39:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f373ce

app-text/pelican: drop 

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

 app-text/pelican/pelican-.ebuild | 50 
 1 file changed, 50 deletions(-)

diff --git a/app-text/pelican/pelican-.ebuild 
b/app-text/pelican/pelican-.ebuild
deleted file mode 100644
index aa9807867aa1..
--- a/app-text/pelican/pelican-.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9,10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
-HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
-EGIT_REPO_URI="https://github.com/getpelican/pelican.git;
-EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"
-
-LICENSE="AGPL-3"
-SLOT="0"
-IUSE="doc examples markdown"
-
-RESTRICT="test"
-RDEPEND=">=dev-python/docutils-0.16[${PYTHON_USEDEP}]
-   >=dev-python/blinker-1.4[${PYTHON_USEDEP}]
-   >=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
-   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.6[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.8[${PYTHON_USEDEP}]
-   >=dev-python/pytz-2020.1[${PYTHON_USEDEP}]
-   >=dev-python/rich-10.1[${PYTHON_USEDEP}]
-   >=dev-python/unidecode-1.1[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   markdown? ( >=dev-python/markdown-3.1[${PYTHON_USEDEP}] )"
-BDEPEND="test? ( >=dev-python/markdown-3.1[${PYTHON_USEDEP}] )"
-
-DOCS=( README.rst )
-
-distutils_enable_tests nose
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   if use examples; then
-   insinto "/usr/share/doc/${PF}"
-   docompress -x "/usr/share/doc/${PF}/samples"
-   doins -r samples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2022-07-12 Thread Sam James
commit: d8396150c52d7d1bf2323aa25d101a0893e252f4
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 12 10:39:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 12 10:39:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8396150

app-text/pelican: docinto

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

 app-text/pelican/pelican-4.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/pelican/pelican-4.8.0.ebuild 
b/app-text/pelican/pelican-4.8.0.ebuild
index b27fc7ca7cae..6628bf2db6f4 100644
--- a/app-text/pelican/pelican-4.8.0.ebuild
+++ b/app-text/pelican/pelican-4.8.0.ebuild
@@ -53,9 +53,9 @@ python_install_all() {
use doc && local HTML_DOCS=( docs/_build/html/. )
 
if use examples; then
-   insinto /usr/share/doc/${PF}
+   docinto /usr/share/doc/${PF}
docompress -x /usr/share/doc/${PF}/samples
-   doins -r samples
+   dodoc -r samples
fi
 
distutils-r1_python_install_all



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2022-07-12 Thread Sam James
commit: 9156a09e8e51dbddf276e0f8a7e83fc9d6305454
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 12 10:38:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 12 10:38:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9156a09e

app-text/pelican: add 4.8.0

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

 app-text/pelican/Manifest |  1 +
 app-text/pelican/pelican-4.8.0.ebuild | 66 +++
 2 files changed, 67 insertions(+)

diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
index b87a7a69ebd8..2ea926632228 100644
--- a/app-text/pelican/Manifest
+++ b/app-text/pelican/Manifest
@@ -1 +1,2 @@
 DIST pelican-4.7.2.tar.gz 1401737 BLAKE2B 
c277844c0c153f71aae051dd8897e9abf8fd1ddc7c49251aaa7b85b7324a85da0ded74e8328a4b64ec79b8e6b4e143d5496b8535900c8a88bfa6198489c0a80c
 SHA512 
9fbf2ecb3c193e976e01a4d095095ac55d56fe45aa24467d91635bbecb9df933ccabd6a456e14c6ee14ce0a845820be8d887917af314e13c7a3eb830cb0ce7e6
+DIST pelican-4.8.0.gh.tar.gz 1401791 BLAKE2B 
889c9054659c9f98cca571fa0f3ea9ee7752aa65c3feb71278570bad74095f521d3838aa1a32dc3ae331ba86149cdd10be9c31c7ed5bc6e06348edf3eb3bb081
 SHA512 
2e94eb88a836bcb430026463c0e7e906b7f065507e0d873b6e0fc980e271e6a8f2e62b22af4b61c963d90ef61d57787de20656fe7497b0ae14e93eff2d364f3b

diff --git a/app-text/pelican/pelican-4.8.0.ebuild 
b/app-text/pelican/pelican-4.8.0.ebuild
new file mode 100644
index ..b27fc7ca7cae
--- /dev/null
+++ b/app-text/pelican/pelican-4.8.0.ebuild
@@ -0,0 +1,66 @@
+# 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 optfeature
+
+DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
+HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
+SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="doc examples markdown"
+
+RDEPEND=">=dev-python/docutils-0.16[${PYTHON_USEDEP}]
+   >=dev-python/blinker-1.4[${PYTHON_USEDEP}]
+   >=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.6[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2020.1[${PYTHON_USEDEP}]
+   >=dev-python/rich-10.1[${PYTHON_USEDEP}]
+   >=dev-python/unidecode-1.1[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   markdown? ( >=dev-python/markdown-3.1[${PYTHON_USEDEP}] )"
+BDEPEND="
+   test? (
+   >=dev-python/markdown-3.1[${PYTHON_USEDEP}]
+   dev-python/typogrify[${PYTHON_USEDEP}]
+   )"
+
+DOCS=( README.rst )
+
+EPYTEST_DESELECT=(
+   # Needs investigation, we weren't running tests at all before
+   pelican/tests/test_testsuite.py::TestSuiteTest::test_error_on_warning
+   pelican/tests/test_pelican.py::TestPelican::test_basic_generation_works
+   pelican/tests/test_pelican.py::TestPelican::test_custom_generation_works
+)
+
+distutils_enable_tests pytest
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   if use examples; then
+   insinto /usr/share/doc/${PF}
+   docompress -x /usr/share/doc/${PF}/samples
+   doins -r samples
+   fi
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   optfeature "Typographical enhancements (alternative to markdown)" 
dev-python/typogrify
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2022-05-31 Thread Sam James
commit: 5d1d63370846d8964e045c4a55790a90d22b1bbf
Author: Sam James  gentoo  org>
AuthorDate: Tue May 31 10:34:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 31 10:43:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1d6337

app-text/pelican: mark ALLARCHES

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

 app-text/pelican/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/pelican/metadata.xml b/app-text/pelican/metadata.xml
index 7b14026889dd..fd35483237c4 100644
--- a/app-text/pelican/metadata.xml
+++ b/app-text/pelican/metadata.xml
@@ -2,6 +2,7 @@
 https://www.gentoo.org/dtd/metadata.dtd;>
 
   
+  
   
 pelican
 getpelican/pelican



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2022-05-31 Thread Joonas Niilola
commit: 87ff3d1fbf40a737ed58479e92109f98bf161f00
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue May 31 06:46:13 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue May 31 06:47:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ff3d1f

app-text/pelican: drop 4.5.3

Bug: https://bugs.gentoo.org/848582
Signed-off-by: Joonas Niilola  gentoo.org>

 app-text/pelican/Manifest |  1 -
 app-text/pelican/pelican-4.5.3.ebuild | 50 ---
 2 files changed, 51 deletions(-)

diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
index a900cf6df054..b87a7a69ebd8 100644
--- a/app-text/pelican/Manifest
+++ b/app-text/pelican/Manifest
@@ -1,2 +1 @@
-DIST pelican-4.5.3.tar.gz 1397896 BLAKE2B 
86651f627af67c571ea65a7ddfe7b62747fd2798575d6c4f29455da9b2371ce22ff42d715f148925724764e0a9fbb8aeba1dea401226856d3681b520dbb0a7af
 SHA512 
b1ef5f145b448f6af2e25a1adb399521d4c5f7eef3ee2aa5ab9e50c223623b5c9961622e5cd835a3cb72dbbe905da6ac9217128f2459a35892bbac9b9cb6d26a
 DIST pelican-4.7.2.tar.gz 1401737 BLAKE2B 
c277844c0c153f71aae051dd8897e9abf8fd1ddc7c49251aaa7b85b7324a85da0ded74e8328a4b64ec79b8e6b4e143d5496b8535900c8a88bfa6198489c0a80c
 SHA512 
9fbf2ecb3c193e976e01a4d095095ac55d56fe45aa24467d91635bbecb9df933ccabd6a456e14c6ee14ce0a845820be8d887917af314e13c7a3eb830cb0ce7e6

diff --git a/app-text/pelican/pelican-4.5.3.ebuild 
b/app-text/pelican/pelican-4.5.3.ebuild
deleted file mode 100644
index 65a8c28e8252..
--- a/app-text/pelican/pelican-4.5.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
-HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
-SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc examples markdown"
-
-RESTRICT="test"
-RDEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
-   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
-   dev-python/blinker[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )"
-DEPEND="test? ( dev-python/markdown[${PYTHON_USEDEP}] )"
-
-DOCS=( README.rst )
-
-distutils_enable_tests nose
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   if use examples; then
-   insinto "/usr/share/doc/${PF}"
-   docompress -x "/usr/share/doc/${PF}/samples"
-   doins -r samples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2022-05-31 Thread Joonas Niilola
commit: 9a996e1be08bc9cf8927b8b4a5dabec8bc119d25
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue May 31 06:45:16 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue May 31 06:47:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a996e1b

app-text/pelican: Stabilize 4.7.2-r1 x86, #848582

Signed-off-by: Joonas Niilola  gentoo.org>

 app-text/pelican/pelican-4.7.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pelican/pelican-4.7.2-r1.ebuild 
b/app-text/pelican/pelican-4.7.2-r1.ebuild
index 6c0fa3709909..eabb1d350c9d 100644
--- a/app-text/pelican/pelican-4.7.2-r1.ebuild
+++ b/app-text/pelican/pelican-4.7.2-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 IUSE="doc examples markdown"
 
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2022-05-30 Thread Sam James
commit: a72a7f93ff020e25ab97a9cbda0cc6d135998390
Author: Sam James  gentoo  org>
AuthorDate: Tue May 31 02:56:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 31 02:56:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a72a7f93

app-text/pelican: Stabilize 4.7.2-r1 amd64, #848582

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

 app-text/pelican/pelican-4.7.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pelican/pelican-4.7.2-r1.ebuild 
b/app-text/pelican/pelican-4.7.2-r1.ebuild
index 368acba99bd1..6c0fa3709909 100644
--- a/app-text/pelican/pelican-4.7.2-r1.ebuild
+++ b/app-text/pelican/pelican-4.7.2-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 IUSE="doc examples markdown"
 
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2022-04-28 Thread Sam James
commit: cfcd32c636d979b7f6c575cdc877d2f81f761455
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 29 04:49:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 29 04:49:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfcd32c6

app-text/pelican: retire djc

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

 app-text/pelican/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-text/pelican/metadata.xml b/app-text/pelican/metadata.xml
index ac8365be630a..7b14026889dd 100644
--- a/app-text/pelican/metadata.xml
+++ b/app-text/pelican/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-d...@gentoo.org
-Dirkjan Ochtman
-  
+  
   
 pelican
 getpelican/pelican



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2022-04-24 Thread Jakov Smolić
commit: 63a9cbc087b347e24138ccdb0f037fc5df0c40b7
Author: Yu Gu  gmail  com>
AuthorDate: Sun Apr 24 06:05:39 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr 24 11:05:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63a9cbc0

app-text/pelican: Keyword 4.7.2-r1 riscv, #840448

Closes: https://bugs.gentoo.org/840448

Signed-off-by: Yu Gu  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 app-text/pelican/pelican-4.7.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pelican/pelican-4.7.2-r1.ebuild 
b/app-text/pelican/pelican-4.7.2-r1.ebuild
index 9c365026ac33..368acba99bd1 100644
--- a/app-text/pelican/pelican-4.7.2-r1.ebuild
+++ b/app-text/pelican/pelican-4.7.2-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 IUSE="doc examples markdown"
 
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2022-04-10 Thread Sam James
commit: 0153750e42b8274f35fd4f5e5e7652e48eb27bfd
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 10 17:10:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 10 17:13:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0153750e

app-text/pelican: add missing dependency; sync live; sort deps

Closes: https://bugs.gentoo.org/836401
Signed-off-by: Sam James  gentoo.org>

 ...elican-4.7.2.ebuild => pelican-4.7.2-r1.ebuild} | 22 +--
 app-text/pelican/pelican-.ebuild   | 25 +++---
 2 files changed, 24 insertions(+), 23 deletions(-)

diff --git a/app-text/pelican/pelican-4.7.2.ebuild 
b/app-text/pelican/pelican-4.7.2-r1.ebuild
similarity index 63%
rename from app-text/pelican/pelican-4.7.2.ebuild
rename to app-text/pelican/pelican-4.7.2-r1.ebuild
index bc44f2e4f3c2..9c365026ac33 100644
--- a/app-text/pelican/pelican-4.7.2.ebuild
+++ b/app-text/pelican/pelican-4.7.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{8,9,10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
@@ -18,18 +18,18 @@ KEYWORDS="~amd64 ~x86"
 IUSE="doc examples markdown"
 
 RESTRICT="test"
-RDEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
+RDEPEND=">=dev-python/docutils-0.16[${PYTHON_USEDEP}]
+   >=dev-python/blinker-1.4[${PYTHON_USEDEP}]
+   >=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
>=dev-python/jinja-2.7[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
-   dev-python/blinker[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.6[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2020.1[${PYTHON_USEDEP}]
+   >=dev-python/rich-10.1[${PYTHON_USEDEP}]
+   >=dev-python/unidecode-1.1[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )"
-DEPEND="test? ( dev-python/markdown[${PYTHON_USEDEP}] )"
+   markdown? ( >=dev-python/markdown-3.1[${PYTHON_USEDEP}] )"
+BDEPEND="test? ( >=dev-python/markdown-3.1[${PYTHON_USEDEP}] )"
 
 DOCS=( README.rst )
 

diff --git a/app-text/pelican/pelican-.ebuild 
b/app-text/pelican/pelican-.ebuild
index ea34fe5b61b9..aa9807867aa1 100644
--- a/app-text/pelican/pelican-.ebuild
+++ b/app-text/pelican/pelican-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1 git-r3
@@ -18,18 +18,19 @@ SLOT="0"
 IUSE="doc examples markdown"
 
 RESTRICT="test"
-RDEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
+RDEPEND=">=dev-python/docutils-0.16[${PYTHON_USEDEP}]
+   >=dev-python/blinker-1.4[${PYTHON_USEDEP}]
+   >=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
>=dev-python/jinja-2.7[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
-   dev-python/blinker[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.6[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2020.1[${PYTHON_USEDEP}]
+   >=dev-python/rich-10.1[${PYTHON_USEDEP}]
+   >=dev-python/unidecode-1.1[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )"
-DEPEND="test? ( dev-python/markdown[${PYTHON_USEDEP}] )"
+   markdown? ( >=dev-python/markdown-3.1[${PYTHON_USEDEP}] )"
+BDEPEND="test? ( >=dev-python/markdown-3.1[${PYTHON_USEDEP}] )"
+
 DOCS=( README.rst )
 
 distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2022-03-29 Thread Dirkjan Ochtman
commit: c233a7e833165d0cf86479d51c894ce8c58a32dd
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Tue Mar 29 08:13:26 2022 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Tue Mar 29 08:13:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c233a7e8

app-text/pelican: version bump to 4.7.2

Closes: https://bugs.gentoo.org/show_bug.cgi?id=836337
Closes: https://bugs.gentoo.org/show_bug.cgi?id=836336
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Dirkjan Ochtman  gentoo.org>

 app-text/pelican/Manifest |  1 +
 app-text/pelican/pelican-4.7.2.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
index b883eb6230cb..a900cf6df054 100644
--- a/app-text/pelican/Manifest
+++ b/app-text/pelican/Manifest
@@ -1 +1,2 @@
 DIST pelican-4.5.3.tar.gz 1397896 BLAKE2B 
86651f627af67c571ea65a7ddfe7b62747fd2798575d6c4f29455da9b2371ce22ff42d715f148925724764e0a9fbb8aeba1dea401226856d3681b520dbb0a7af
 SHA512 
b1ef5f145b448f6af2e25a1adb399521d4c5f7eef3ee2aa5ab9e50c223623b5c9961622e5cd835a3cb72dbbe905da6ac9217128f2459a35892bbac9b9cb6d26a
+DIST pelican-4.7.2.tar.gz 1401737 BLAKE2B 
c277844c0c153f71aae051dd8897e9abf8fd1ddc7c49251aaa7b85b7324a85da0ded74e8328a4b64ec79b8e6b4e143d5496b8535900c8a88bfa6198489c0a80c
 SHA512 
9fbf2ecb3c193e976e01a4d095095ac55d56fe45aa24467d91635bbecb9df933ccabd6a456e14c6ee14ce0a845820be8d887917af314e13c7a3eb830cb0ce7e6

diff --git a/app-text/pelican/pelican-4.7.2.ebuild 
b/app-text/pelican/pelican-4.7.2.ebuild
new file mode 100644
index ..bc44f2e4f3c2
--- /dev/null
+++ b/app-text/pelican/pelican-4.7.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9,10} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
+HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
+SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples markdown"
+
+RESTRICT="test"
+RDEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   dev-python/blinker[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )"
+DEPEND="test? ( dev-python/markdown[${PYTHON_USEDEP}] )"
+
+DOCS=( README.rst )
+
+distutils_enable_tests nose
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   if use examples; then
+   insinto "/usr/share/doc/${PF}"
+   docompress -x "/usr/share/doc/${PF}/samples"
+   doins -r samples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2021-05-31 Thread Michał Górny
commit: 8f0a559241ed4a70eebcf660964325904f28f532
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 31 20:19:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 31 20:19:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0a5592

app-text/pelican: Remove old

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

 app-text/pelican/Manifest|  2 --
 app-text/pelican/pelican-4.2.0-r1.ebuild | 57 ---
 app-text/pelican/pelican-4.5.1-r1.ebuild | 58 
 3 files changed, 117 deletions(-)

diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
index 733277c2ae0..b883eb6230c 100644
--- a/app-text/pelican/Manifest
+++ b/app-text/pelican/Manifest
@@ -1,3 +1 @@
-DIST pelican-4.2.0.tar.gz 1332348 BLAKE2B 
879a9d51f2b2956e895302dd613c877ff65bf8d420cd70144618ada07723037bca680f6983bdf3860d144ebae4eca8198219dad9caf0d6ecc06745a3881447fa
 SHA512 
9c9f41306739acc4c6c6a7ddf50d955d958af7be1da197b42859b95405b18ab5b597fee4f9aabdf98cd508204558bff9c4f0c11bf4e5367b16e32568682a21e6
-DIST pelican-4.5.1.tar.gz 1397023 BLAKE2B 
f12b16045feaf001c8f6e57116fb8e807ce1d51f16bf7a373203edec3d1edb91a2386dbf8fb008efbc11654ae1cbe678b4a3cbf99349340db1d784962e81ab5b
 SHA512 
cb27399d3c280981d1e8cd01dbfd54b1a8bd11d9b87c4717226a2a467d73c3ad4e038a8e544534289a73e9e3cc64b4414e2b3bbf2cdd05b917d02df79ab40b5a
 DIST pelican-4.5.3.tar.gz 1397896 BLAKE2B 
86651f627af67c571ea65a7ddfe7b62747fd2798575d6c4f29455da9b2371ce22ff42d715f148925724764e0a9fbb8aeba1dea401226856d3681b520dbb0a7af
 SHA512 
b1ef5f145b448f6af2e25a1adb399521d4c5f7eef3ee2aa5ab9e50c223623b5c9961622e5cd835a3cb72dbbe905da6ac9217128f2459a35892bbac9b9cb6d26a

diff --git a/app-text/pelican/pelican-4.2.0-r1.ebuild 
b/app-text/pelican/pelican-4.2.0-r1.ebuild
deleted file mode 100644
index 78bf8edfb8c..000
--- a/app-text/pelican/pelican-4.2.0-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
-HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
-SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc examples markdown test"
-
-BDEPEND="
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   )
-"
-DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
-   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
-   dev-python/blinker[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
-"
-RDEPEND="${DEPEND}"
-RESTRICT="test"
-
-DOCS=( README.rst )
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   if use examples; then
-   insinto "/usr/share/doc/${PF}"
-   docompress -x "/usr/share/doc/${PF}/samples"
-   doins -r samples
-   fi
-   distutils-r1_python_install_all
-}
-
-python_test() {
-   nosetests || die "Testing failed with ${EPYTHON}"
-}

diff --git a/app-text/pelican/pelican-4.5.1-r1.ebuild 
b/app-text/pelican/pelican-4.5.1-r1.ebuild
deleted file mode 100644
index b43b78f34e5..000
--- a/app-text/pelican/pelican-4.5.1-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_7 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
-HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
-SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples markdown test"
-
-BDEPEND="
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   )
-"
-DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
-   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
-   dev-python/blinker[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4[${PYTHON_USEDEP}]
- 

[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2021-02-06 Thread Sam James
commit: e5ffb0981b1e222e55cf30e3274150ddcaeb2f9b
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb  6 21:37:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb  6 21:47:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ffb098

app-text/pelican: fix DEPEND typo in earlier versions

Fixed in 4.5.3 anyway but let's do this just to be consistent.

Closes: https://bugs.gentoo.org/648650
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 .../{pelican-4.2.0.ebuild => pelican-4.2.0-r1.ebuild} | 15 +--
 .../{pelican-4.5.1.ebuild => pelican-4.5.1-r1.ebuild} | 15 +--
 2 files changed, 18 insertions(+), 12 deletions(-)

diff --git a/app-text/pelican/pelican-4.2.0.ebuild 
b/app-text/pelican/pelican-4.2.0-r1.ebuild
similarity index 95%
rename from app-text/pelican/pelican-4.2.0.ebuild
rename to app-text/pelican/pelican-4.2.0-r1.ebuild
index d7e224477c4..78bf8edfb8c 100644
--- a/app-text/pelican/pelican-4.2.0.ebuild
+++ b/app-text/pelican/pelican-4.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,6 +15,12 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="doc examples markdown test"
 
+BDEPEND="
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   )
+"
 DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
>=dev-python/jinja-2.7[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]
@@ -26,11 +32,8 @@ DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   )"
-RDEPEND=""
+"
+RDEPEND="${DEPEND}"
 RESTRICT="test"
 
 DOCS=( README.rst )

diff --git a/app-text/pelican/pelican-4.5.1.ebuild 
b/app-text/pelican/pelican-4.5.1-r1.ebuild
similarity index 95%
rename from app-text/pelican/pelican-4.5.1.ebuild
rename to app-text/pelican/pelican-4.5.1-r1.ebuild
index 5f35be70237..b43b78f34e5 100644
--- a/app-text/pelican/pelican-4.5.1.ebuild
+++ b/app-text/pelican/pelican-4.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,6 +16,12 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc examples markdown test"
 
+BDEPEND="
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   )
+"
 DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
>=dev-python/jinja-2.7[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]
@@ -27,11 +33,8 @@ DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   )"
-RDEPEND=""
+"
+RDEPEND="${DEPEND}"
 RESTRICT="test"
 
 DOCS=( README.rst )



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2020-12-14 Thread Sam James
commit: 2128b310be137ee736d65f7ead054f2dbde846f1
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec 14 08:00:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec 14 08:03:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2128b310

app-text/pelican: Stabilize 4.5.3 amd64, #758281

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

 app-text/pelican/pelican-4.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pelican/pelican-4.5.3.ebuild 
b/app-text/pelican/pelican-4.5.3.ebuild
index 54886c474fe..6741e738f9b 100644
--- a/app-text/pelican/pelican-4.5.3.ebuild
+++ b/app-text/pelican/pelican-4.5.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="doc examples markdown"
 
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2020-12-04 Thread Thomas Deutschmann
commit: 443639e59487c8c5bdc9af080215c721f76acf4d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Dec  4 19:38:02 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Dec  4 19:39:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443639e5

app-text/pelican: x86 stable (bug #758281)

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-text/pelican/pelican-4.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pelican/pelican-4.5.3.ebuild 
b/app-text/pelican/pelican-4.5.3.ebuild
index 3b4f480c8e0..54886c474fe 100644
--- a/app-text/pelican/pelican-4.5.3.ebuild
+++ b/app-text/pelican/pelican-4.5.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="doc examples markdown"
 
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2020-12-03 Thread Sam James
commit: e047ecc78e2e8ba48f0a178b80d60e0368cdbee4
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec  3 15:03:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec  3 15:07:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e047ecc7

app-text/pelican: bump to 4.5.3

Bug: https://bugs.gentoo.org/758281
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-text/pelican/Manifest  |  1 +
 .../{pelican-.ebuild => pelican-4.5.3.ebuild}  | 32 +-
 app-text/pelican/pelican-.ebuild   | 27 +++---
 3 files changed, 24 insertions(+), 36 deletions(-)

diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
index c3c010c88f6..733277c2ae0 100644
--- a/app-text/pelican/Manifest
+++ b/app-text/pelican/Manifest
@@ -1,2 +1,3 @@
 DIST pelican-4.2.0.tar.gz 1332348 BLAKE2B 
879a9d51f2b2956e895302dd613c877ff65bf8d420cd70144618ada07723037bca680f6983bdf3860d144ebae4eca8198219dad9caf0d6ecc06745a3881447fa
 SHA512 
9c9f41306739acc4c6c6a7ddf50d955d958af7be1da197b42859b95405b18ab5b597fee4f9aabdf98cd508204558bff9c4f0c11bf4e5367b16e32568682a21e6
 DIST pelican-4.5.1.tar.gz 1397023 BLAKE2B 
f12b16045feaf001c8f6e57116fb8e807ce1d51f16bf7a373203edec3d1edb91a2386dbf8fb008efbc11654ae1cbe678b4a3cbf99349340db1d784962e81ab5b
 SHA512 
cb27399d3c280981d1e8cd01dbfd54b1a8bd11d9b87c4717226a2a467d73c3ad4e038a8e544534289a73e9e3cc64b4414e2b3bbf2cdd05b917d02df79ab40b5a
+DIST pelican-4.5.3.tar.gz 1397896 BLAKE2B 
86651f627af67c571ea65a7ddfe7b62747fd2798575d6c4f29455da9b2371ce22ff42d715f148925724764e0a9fbb8aeba1dea401226856d3681b520dbb0a7af
 SHA512 
b1ef5f145b448f6af2e25a1adb399521d4c5f7eef3ee2aa5ab9e50c223623b5c9961622e5cd835a3cb72dbbe905da6ac9217128f2459a35892bbac9b9cb6d26a

diff --git a/app-text/pelican/pelican-.ebuild 
b/app-text/pelican/pelican-4.5.3.ebuild
similarity index 65%
copy from app-text/pelican/pelican-.ebuild
copy to app-text/pelican/pelican-4.5.3.ebuild
index cda70ce55f5..3b4f480c8e0 100644
--- a/app-text/pelican/pelican-.ebuild
+++ b/app-text/pelican/pelican-4.5.3.ebuild
@@ -2,23 +2,23 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
 
-inherit distutils-r1 git-r3
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
 
 DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
 HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
-EGIT_REPO_URI="https://github.com/getpelican/pelican.git;
-EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"
+SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS=""
-IUSE="doc examples markdown test"
-# Tests fail for this release but are fixed upstream
-RESTRICT="test"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples markdown"
 
-DEPEND=">=dev-python/feedgenerator-1.6[${PYTHON_USEDEP}]
+RESTRICT="test"
+RDEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
>=dev-python/jinja-2.7[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
@@ -28,15 +28,13 @@ DEPEND=">=dev-python/feedgenerator-1.6[${PYTHON_USEDEP}]
>=dev-python/six-1.4[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   )"
-RDEPEND=""
+   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )"
+DEPEND="test? ( dev-python/markdown[${PYTHON_USEDEP}] )"
 
 DOCS=( README.rst )
 
+distutils_enable_tests nose
+
 python_compile_all() {
use doc && emake -C docs html
 }
@@ -50,7 +48,3 @@ python_install_all() {
fi
distutils-r1_python_install_all
 }
-
-python_test() {
-   nosetests || die "Testing failed with ${EPYTHON}"
-}

diff --git a/app-text/pelican/pelican-.ebuild 
b/app-text/pelican/pelican-.ebuild
index cda70ce55f5..5ef3211ca69 100644
--- a/app-text/pelican/pelican-.ebuild
+++ b/app-text/pelican/pelican-.ebuild
@@ -2,7 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1 git-r3
 
@@ -13,12 +15,10 @@ EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS=""
-IUSE="doc examples markdown test"
-# Tests fail for this release but are fixed upstream
-RESTRICT="test"
+IUSE="doc examples markdown"
 
-DEPEND=">=dev-python/feedgenerator-1.6[${PYTHON_USEDEP}]
+RESTRICT="test"
+RDEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
>=dev-python/jinja-2.7[${PYTHON_USEDEP}]

[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2020-11-05 Thread Dirkjan Ochtman
commit: f6462c69af984711e8ed7694d535b2d1b3fe208c
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Thu Nov  5 14:54:07 2020 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Thu Nov  5 21:10:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6462c69

app-text/pelican: remove old versions

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Dirkjan Ochtman  gentoo.org>

 app-text/pelican/Manifest |  4 ---
 app-text/pelican/pelican-3.7.1.ebuild | 54 ---
 app-text/pelican/pelican-4.0.0.ebuild | 54 ---
 app-text/pelican/pelican-4.0.1.ebuild | 54 ---
 app-text/pelican/pelican-4.1.2.ebuild | 54 ---
 5 files changed, 220 deletions(-)

diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
index 1b01b3a11ed..7fc950539aa 100644
--- a/app-text/pelican/Manifest
+++ b/app-text/pelican/Manifest
@@ -1,5 +1 @@
-DIST pelican-3.7.1.tar.gz 784605 BLAKE2B 
42adef016f54a931e4fef225af9a4c5c880b66c96660c2a34137a425f879688822ddc8bbc19805444bf2b49369c3dccf8a5303748ff9e7cbde3910d6ba501652
 SHA512 
9e04e6a2009cc134f74410d8c8349831467192e7524287e23cad0b68232f2b5dd04f5d98505222d71eb3441e466bccec1cafc7f6e3c6bfcb4c5e57e4ab0fadda
-DIST pelican-4.0.0.tar.gz 1314626 BLAKE2B 
18924209949b43063416f2e2c6e22a5524a36bab79a801f7cc6953c0822beb1bd5b05e715f5bcdb7c4877aba8d7a62cf4276e8abc43406f3c6fd7af8ef0c7c2f
 SHA512 
5d98f5e13e6dde6b27cc299f9fb166edec79efb3fc53b29567218e0d0ba164989ce51830029ec8359697bc039661f6b0ced8d4155105e29098c038840c97d253
-DIST pelican-4.0.1.tar.gz 1314716 BLAKE2B 
1fbe01f5df7f1c730d7a45429369311f77c7e8e278a05cc037e03d8193dc2ae9075ee1346fea072a08ee5d73baf9aaed8c1f8f210fd4331754accca9ebffa4da
 SHA512 
26f91046124bb92de6fa31d17ab89f743cf9408c15b9b259875e2378342133313368418da083d1d4abc5de0537806a9dede327719c8fcf89d135805c47618a4a
-DIST pelican-4.1.2.tar.gz 1329126 BLAKE2B 
ec6067b9df2bf37877ca23602228b2eff035221ef16ed1f185e2806fd661c8b733603506f3f1d9516422bd8009a0712f726d40559a39b0d100224ee56c3e706c
 SHA512 
9a20e3a16e2caa15b6a47281d4acd6ada344292f011d4fd30c6ac786aebbccffd9cd0b2fd80471d3a383d4cb0ba779c51653705572760e62f6c2d3d49a862a67
 DIST pelican-4.2.0.tar.gz 1332348 BLAKE2B 
879a9d51f2b2956e895302dd613c877ff65bf8d420cd70144618ada07723037bca680f6983bdf3860d144ebae4eca8198219dad9caf0d6ecc06745a3881447fa
 SHA512 
9c9f41306739acc4c6c6a7ddf50d955d958af7be1da197b42859b95405b18ab5b597fee4f9aabdf98cd508204558bff9c4f0c11bf4e5367b16e32568682a21e6

diff --git a/app-text/pelican/pelican-3.7.1.ebuild 
b/app-text/pelican/pelican-3.7.1.ebuild
deleted file mode 100644
index 28cced5b201..000
--- a/app-text/pelican/pelican-3.7.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
-HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
-SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc examples markdown test"
-RESTRICT="!test? ( test )"
-
-DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
-   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
-   dev-python/blinker[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   )"
-RDEPEND=""
-
-DOCS=( README.rst )
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   if use examples; then
-   insinto "/usr/share/doc/${PF}"
-   docompress -x "/usr/share/doc/${PF}/samples"
-   doins -r samples
-   fi
-   distutils-r1_python_install_all
-}
-
-python_test() {
-   nosetests || die "Testing failed with ${EPYTHON}"
-}

diff --git a/app-text/pelican/pelican-4.0.0.ebuild 
b/app-text/pelican/pelican-4.0.0.ebuild
deleted file mode 100644
index 8f8778fe816..000
--- a/app-text/pelican/pelican-4.0.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"

[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2020-11-05 Thread Dirkjan Ochtman
commit: 5acaae430913559ea691fc802673e0599d0b55b4
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Thu Nov  5 21:09:51 2020 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Thu Nov  5 21:10:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5acaae43

app-text/pelican: version bump to 4.5.1, fixes bug 746665

Closes: https://bugs.gentoo.org/746665
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Dirkjan Ochtman  gentoo.org>

 app-text/pelican/Manifest |  1 +
 app-text/pelican/pelican-4.5.1.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
index 7fc950539aa..c3c010c88f6 100644
--- a/app-text/pelican/Manifest
+++ b/app-text/pelican/Manifest
@@ -1 +1,2 @@
 DIST pelican-4.2.0.tar.gz 1332348 BLAKE2B 
879a9d51f2b2956e895302dd613c877ff65bf8d420cd70144618ada07723037bca680f6983bdf3860d144ebae4eca8198219dad9caf0d6ecc06745a3881447fa
 SHA512 
9c9f41306739acc4c6c6a7ddf50d955d958af7be1da197b42859b95405b18ab5b597fee4f9aabdf98cd508204558bff9c4f0c11bf4e5367b16e32568682a21e6
+DIST pelican-4.5.1.tar.gz 1397023 BLAKE2B 
f12b16045feaf001c8f6e57116fb8e807ce1d51f16bf7a373203edec3d1edb91a2386dbf8fb008efbc11654ae1cbe678b4a3cbf99349340db1d784962e81ab5b
 SHA512 
cb27399d3c280981d1e8cd01dbfd54b1a8bd11d9b87c4717226a2a467d73c3ad4e038a8e544534289a73e9e3cc64b4414e2b3bbf2cdd05b917d02df79ab40b5a

diff --git a/app-text/pelican/pelican-4.5.1.ebuild 
b/app-text/pelican/pelican-4.5.1.ebuild
new file mode 100644
index 000..82ec8950141
--- /dev/null
+++ b/app-text/pelican/pelican-4.5.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{3_5,3_6,3_7} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
+HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
+SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples markdown test"
+
+DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   dev-python/blinker[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   )"
+RDEPEND=""
+RESTRICT="test"
+
+DOCS=( README.rst )
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   if use examples; then
+   insinto "/usr/share/doc/${PF}"
+   docompress -x "/usr/share/doc/${PF}/samples"
+   doins -r samples
+   fi
+   distutils-r1_python_install_all
+}
+
+python_test() {
+   nosetests || die "Testing failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2020-05-09 Thread Agostino Sarubbo
commit: ddfa9c8082b8a0aa005371fc2294d2ae3ccc2cec
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat May  9 07:48:03 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat May  9 07:48:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddfa9c80

app-text/pelican: x86 stable wrt bug #721440

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/pelican/pelican-4.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pelican/pelican-4.2.0.ebuild 
b/app-text/pelican/pelican-4.2.0.ebuild
index ea68b07c42b..7b496a7d076 100644
--- a/app-text/pelican/pelican-4.2.0.ebuild
+++ b/app-text/pelican/pelican-4.2.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc examples markdown test"
 
 DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2020-05-09 Thread Agostino Sarubbo
commit: e580248ee818a552bdae5aae350a14034c6e9033
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat May  9 07:39:44 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat May  9 07:39:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e580248e

app-text/pelican: amd64 stable wrt bug #721440

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/pelican/pelican-4.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pelican/pelican-4.2.0.ebuild 
b/app-text/pelican/pelican-4.2.0.ebuild
index e2553e89bf4..ea68b07c42b 100644
--- a/app-text/pelican/pelican-4.2.0.ebuild
+++ b/app-text/pelican/pelican-4.2.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc examples markdown test"
 
 DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2020-01-28 Thread Matthew Thode
commit: 306fa1b5d47b79323b4ad84bd431806297b640a6
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jan 29 02:56:24 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Jan 29 02:58:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306fa1b5

app-text/pelican: add python3_7

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 app-text/pelican/pelican-4.2.0.ebuild | 2 +-
 app-text/pelican/pelican-.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-text/pelican/pelican-4.2.0.ebuild 
b/app-text/pelican/pelican-4.2.0.ebuild
index 95251b6cc3f..7fbac241acb 100644
--- a/app-text/pelican/pelican-4.2.0.ebuild
+++ b/app-text/pelican/pelican-4.2.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 
 inherit distutils-r1
 

diff --git a/app-text/pelican/pelican-.ebuild 
b/app-text/pelican/pelican-.ebuild
index ad109252657..00b64012eef 100644
--- a/app-text/pelican/pelican-.ebuild
+++ b/app-text/pelican/pelican-.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_6,3_7} )
 
 inherit distutils-r1 git-r3
 



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2020-01-20 Thread Dirkjan Ochtman
commit: 045e67c650113072db4a06201cb162debccd6c2a
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Mon Jan 20 09:24:08 2020 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Mon Jan 20 09:24:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=045e67c6

app-text/pelican: version bump to 4.2.0

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Dirkjan Ochtman  gentoo.org>

 app-text/pelican/Manifest |  1 +
 app-text/pelican/pelican-4.2.0.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
index c8b3af10c27..1b01b3a11ed 100644
--- a/app-text/pelican/Manifest
+++ b/app-text/pelican/Manifest
@@ -2,3 +2,4 @@ DIST pelican-3.7.1.tar.gz 784605 BLAKE2B 
42adef016f54a931e4fef225af9a4c5c880b66c
 DIST pelican-4.0.0.tar.gz 1314626 BLAKE2B 
18924209949b43063416f2e2c6e22a5524a36bab79a801f7cc6953c0822beb1bd5b05e715f5bcdb7c4877aba8d7a62cf4276e8abc43406f3c6fd7af8ef0c7c2f
 SHA512 
5d98f5e13e6dde6b27cc299f9fb166edec79efb3fc53b29567218e0d0ba164989ce51830029ec8359697bc039661f6b0ced8d4155105e29098c038840c97d253
 DIST pelican-4.0.1.tar.gz 1314716 BLAKE2B 
1fbe01f5df7f1c730d7a45429369311f77c7e8e278a05cc037e03d8193dc2ae9075ee1346fea072a08ee5d73baf9aaed8c1f8f210fd4331754accca9ebffa4da
 SHA512 
26f91046124bb92de6fa31d17ab89f743cf9408c15b9b259875e2378342133313368418da083d1d4abc5de0537806a9dede327719c8fcf89d135805c47618a4a
 DIST pelican-4.1.2.tar.gz 1329126 BLAKE2B 
ec6067b9df2bf37877ca23602228b2eff035221ef16ed1f185e2806fd661c8b733603506f3f1d9516422bd8009a0712f726d40559a39b0d100224ee56c3e706c
 SHA512 
9a20e3a16e2caa15b6a47281d4acd6ada344292f011d4fd30c6ac786aebbccffd9cd0b2fd80471d3a383d4cb0ba779c51653705572760e62f6c2d3d49a862a67
+DIST pelican-4.2.0.tar.gz 1332348 BLAKE2B 
879a9d51f2b2956e895302dd613c877ff65bf8d420cd70144618ada07723037bca680f6983bdf3860d144ebae4eca8198219dad9caf0d6ecc06745a3881447fa
 SHA512 
9c9f41306739acc4c6c6a7ddf50d955d958af7be1da197b42859b95405b18ab5b597fee4f9aabdf98cd508204558bff9c4f0c11bf4e5367b16e32568682a21e6

diff --git a/app-text/pelican/pelican-4.2.0.ebuild 
b/app-text/pelican/pelican-4.2.0.ebuild
new file mode 100644
index 000..95251b6cc3f
--- /dev/null
+++ b/app-text/pelican/pelican-4.2.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
+HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
+SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples markdown test"
+
+DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   dev-python/blinker[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   )"
+RDEPEND=""
+RESTRICT="test"
+
+DOCS=( README.rst )
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   if use examples; then
+   insinto "/usr/share/doc/${PF}"
+   docompress -x "/usr/share/doc/${PF}/samples"
+   doins -r samples
+   fi
+   distutils-r1_python_install_all
+}
+
+python_test() {
+   nosetests || die "Testing failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2019-10-08 Thread Aaron Bauman
commit: 204f1a517f46d69fc25ab15ab45d31d5975766f5
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Oct  8 21:01:32 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Oct  8 21:01:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=204f1a51

app-text/pelican: non-maintainer bump to 4.1.2

Signed-off-by: Aaron Bauman  gentoo.org>

 app-text/pelican/Manifest |  1 +
 app-text/pelican/pelican-4.1.2.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
index ce3e3778391..c8b3af10c27 100644
--- a/app-text/pelican/Manifest
+++ b/app-text/pelican/Manifest
@@ -1,3 +1,4 @@
 DIST pelican-3.7.1.tar.gz 784605 BLAKE2B 
42adef016f54a931e4fef225af9a4c5c880b66c96660c2a34137a425f879688822ddc8bbc19805444bf2b49369c3dccf8a5303748ff9e7cbde3910d6ba501652
 SHA512 
9e04e6a2009cc134f74410d8c8349831467192e7524287e23cad0b68232f2b5dd04f5d98505222d71eb3441e466bccec1cafc7f6e3c6bfcb4c5e57e4ab0fadda
 DIST pelican-4.0.0.tar.gz 1314626 BLAKE2B 
18924209949b43063416f2e2c6e22a5524a36bab79a801f7cc6953c0822beb1bd5b05e715f5bcdb7c4877aba8d7a62cf4276e8abc43406f3c6fd7af8ef0c7c2f
 SHA512 
5d98f5e13e6dde6b27cc299f9fb166edec79efb3fc53b29567218e0d0ba164989ce51830029ec8359697bc039661f6b0ced8d4155105e29098c038840c97d253
 DIST pelican-4.0.1.tar.gz 1314716 BLAKE2B 
1fbe01f5df7f1c730d7a45429369311f77c7e8e278a05cc037e03d8193dc2ae9075ee1346fea072a08ee5d73baf9aaed8c1f8f210fd4331754accca9ebffa4da
 SHA512 
26f91046124bb92de6fa31d17ab89f743cf9408c15b9b259875e2378342133313368418da083d1d4abc5de0537806a9dede327719c8fcf89d135805c47618a4a
+DIST pelican-4.1.2.tar.gz 1329126 BLAKE2B 
ec6067b9df2bf37877ca23602228b2eff035221ef16ed1f185e2806fd661c8b733603506f3f1d9516422bd8009a0712f726d40559a39b0d100224ee56c3e706c
 SHA512 
9a20e3a16e2caa15b6a47281d4acd6ada344292f011d4fd30c6ac786aebbccffd9cd0b2fd80471d3a383d4cb0ba779c51653705572760e62f6c2d3d49a862a67

diff --git a/app-text/pelican/pelican-4.1.2.ebuild 
b/app-text/pelican/pelican-4.1.2.ebuild
new file mode 100644
index 000..c165da40c9a
--- /dev/null
+++ b/app-text/pelican/pelican-4.1.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
+HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
+SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples markdown test"
+
+DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   dev-python/blinker[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   )"
+RDEPEND=""
+RESTRICT="test"
+
+DOCS=( README.rst )
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   if use examples; then
+   insinto "/usr/share/doc/${PF}"
+   docompress -x "/usr/share/doc/${PF}/samples"
+   doins -r samples
+   fi
+   distutils-r1_python_install_all
+}
+
+python_test() {
+   nosetests || die "Testing failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2019-05-19 Thread Sebastian Pipping
commit: e1becde63b884e135156ca485f94b1adb0adefac
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun May 19 21:52:30 2019 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun May 19 21:54:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1becde6

app-text/pelican: 4.0.1 + EAPI 7

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.65, Repoman-2.3.12

 app-text/pelican/Manifest |  1 +
 app-text/pelican/pelican-4.0.1.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
index 9e5e2f841e2..ce3e3778391 100644
--- a/app-text/pelican/Manifest
+++ b/app-text/pelican/Manifest
@@ -1,2 +1,3 @@
 DIST pelican-3.7.1.tar.gz 784605 BLAKE2B 
42adef016f54a931e4fef225af9a4c5c880b66c96660c2a34137a425f879688822ddc8bbc19805444bf2b49369c3dccf8a5303748ff9e7cbde3910d6ba501652
 SHA512 
9e04e6a2009cc134f74410d8c8349831467192e7524287e23cad0b68232f2b5dd04f5d98505222d71eb3441e466bccec1cafc7f6e3c6bfcb4c5e57e4ab0fadda
 DIST pelican-4.0.0.tar.gz 1314626 BLAKE2B 
18924209949b43063416f2e2c6e22a5524a36bab79a801f7cc6953c0822beb1bd5b05e715f5bcdb7c4877aba8d7a62cf4276e8abc43406f3c6fd7af8ef0c7c2f
 SHA512 
5d98f5e13e6dde6b27cc299f9fb166edec79efb3fc53b29567218e0d0ba164989ce51830029ec8359697bc039661f6b0ced8d4155105e29098c038840c97d253
+DIST pelican-4.0.1.tar.gz 1314716 BLAKE2B 
1fbe01f5df7f1c730d7a45429369311f77c7e8e278a05cc037e03d8193dc2ae9075ee1346fea072a08ee5d73baf9aaed8c1f8f210fd4331754accca9ebffa4da
 SHA512 
26f91046124bb92de6fa31d17ab89f743cf9408c15b9b259875e2378342133313368418da083d1d4abc5de0537806a9dede327719c8fcf89d135805c47618a4a

diff --git a/app-text/pelican/pelican-4.0.1.ebuild 
b/app-text/pelican/pelican-4.0.1.ebuild
new file mode 100644
index 000..c165da40c9a
--- /dev/null
+++ b/app-text/pelican/pelican-4.0.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
+HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
+SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples markdown test"
+
+DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   dev-python/blinker[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   )"
+RDEPEND=""
+RESTRICT="test"
+
+DOCS=( README.rst )
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   if use examples; then
+   insinto "/usr/share/doc/${PF}"
+   docompress -x "/usr/share/doc/${PF}/samples"
+   doins -r samples
+   fi
+   distutils-r1_python_install_all
+}
+
+python_test() {
+   nosetests || die "Testing failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2019-03-20 Thread Dirkjan Ochtman
commit: 608d889e43704e1b10458f342cc5d2c5b3264922
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Wed Mar 20 19:35:41 2019 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Wed Mar 20 19:35:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608d889e

app-text/pelican: remove old versions

Signed-off-by: Dirkjan Ochtman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-text/pelican/Manifest |  3 --
 app-text/pelican/pelican-3.6.0.ebuild | 42 --
 app-text/pelican/pelican-3.6.3.ebuild | 55 ---
 app-text/pelican/pelican-3.7.0.ebuild | 53 -
 4 files changed, 153 deletions(-)

diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
index 3d25b1d1c01..9e5e2f841e2 100644
--- a/app-text/pelican/Manifest
+++ b/app-text/pelican/Manifest
@@ -1,5 +1,2 @@
-DIST pelican-3.6.0.tar.gz 773887 BLAKE2B 
9e0827a13fc1668a718c69604c29832062d69db36753f248c03572b46490a57abb2cdcab84881b308792c7c9f1716665b12be7bdcaf878afd0f5d5d049c9d385
 SHA512 
7c4bcda6155b363d9e0d31d1763f20f9e3a3e9c5cd250ef4ce02305504e910c3ad61b3ae4ab909d1bca51a46102fe59583a6700f5a32a14d0c1cde47507db3d0
-DIST pelican-3.6.3.tar.gz 775060 BLAKE2B 
b4e2ab53f312f4a6f0a3398dd07512e9e51f3f780dae47a7a2405f36ac81149eb336e8a97a7898dfdec9d27938acd57ebaa19b4d9f928f7c714cb9b85108dda6
 SHA512 
8bd8fcb72e67955d9c267731f74905417174d0767ec159d9b141e74aaa3cd8ee095270a7cc30847c413c702944df0c0b974ff8e98c55aa5004c00dbc55eadb16
-DIST pelican-3.7.0.tar.gz 784432 BLAKE2B 
34aac3c79fb4f9417132209ba2decb75b52aab80efa7a1770650422e283fe1801aedc68a84f2ec8ee36e3b3df67b0582ceb2062bf3dca2ba109bf76a8f462e06
 SHA512 
e4b8a771737a8f6fab109b0f4544229f09141f38210b502f605ae449be7ba12bb43db6637592d2e9060255e923f092c6cfe8dc7bbeec1431d5b625f3a9b8222d
 DIST pelican-3.7.1.tar.gz 784605 BLAKE2B 
42adef016f54a931e4fef225af9a4c5c880b66c96660c2a34137a425f879688822ddc8bbc19805444bf2b49369c3dccf8a5303748ff9e7cbde3910d6ba501652
 SHA512 
9e04e6a2009cc134f74410d8c8349831467192e7524287e23cad0b68232f2b5dd04f5d98505222d71eb3441e466bccec1cafc7f6e3c6bfcb4c5e57e4ab0fadda
 DIST pelican-4.0.0.tar.gz 1314626 BLAKE2B 
18924209949b43063416f2e2c6e22a5524a36bab79a801f7cc6953c0822beb1bd5b05e715f5bcdb7c4877aba8d7a62cf4276e8abc43406f3c6fd7af8ef0c7c2f
 SHA512 
5d98f5e13e6dde6b27cc299f9fb166edec79efb3fc53b29567218e0d0ba164989ce51830029ec8359697bc039661f6b0ced8d4155105e29098c038840c97d253

diff --git a/app-text/pelican/pelican-3.6.0.ebuild 
b/app-text/pelican/pelican-3.6.0.ebuild
deleted file mode 100644
index f6c4eac0245..000
--- a/app-text/pelican/pelican-3.6.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 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
-
-DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
-HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
-SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples markdown"
-
-DEPEND=">=dev-python/feedgenerator-1.6[${PYTHON_USEDEP}]
-   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
-   dev-python/blinker[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-DOCS=( README.rst )
-
-python_install_all() {
-   use examples && local EXAMPLES=( samples/. )
-   distutils-r1_python_install_all
-}
-
-# no tests: tests/content not in tarball for 2.8.1
-# for 3.0, should be based on tox (refer to virtualenvwrapper)
-
-#python_test() {
-#  esetup.py test
-#}

diff --git a/app-text/pelican/pelican-3.6.3.ebuild 
b/app-text/pelican/pelican-3.6.3.ebuild
deleted file mode 100644
index 306df4f67c4..000
--- a/app-text/pelican/pelican-3.6.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
-HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
-SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples markdown test"
-# Tests fail for this release but are fixed upstream
-RESTRICT="test"
-
-DEPEND=">=dev-python/feedgenerator-1.6[${PYTHON_USEDEP}]
-   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2019-03-20 Thread Dirkjan Ochtman
commit: 66900222b11c12ffbbf96fd9c5741f2256d339c1
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Wed Mar 20 19:32:14 2019 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Wed Mar 20 19:32:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66900222

app-text/pelican: version bump to 4.0.0

Closes: https://bugs.gentoo.org/show_bug.cgi?id=671896
Signed-off-by: Dirkjan Ochtman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-text/pelican/Manifest |  1 +
 app-text/pelican/pelican-4.0.0.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
index e6d71aa5bff..3d25b1d1c01 100644
--- a/app-text/pelican/Manifest
+++ b/app-text/pelican/Manifest
@@ -2,3 +2,4 @@ DIST pelican-3.6.0.tar.gz 773887 BLAKE2B 
9e0827a13fc1668a718c69604c29832062d69db
 DIST pelican-3.6.3.tar.gz 775060 BLAKE2B 
b4e2ab53f312f4a6f0a3398dd07512e9e51f3f780dae47a7a2405f36ac81149eb336e8a97a7898dfdec9d27938acd57ebaa19b4d9f928f7c714cb9b85108dda6
 SHA512 
8bd8fcb72e67955d9c267731f74905417174d0767ec159d9b141e74aaa3cd8ee095270a7cc30847c413c702944df0c0b974ff8e98c55aa5004c00dbc55eadb16
 DIST pelican-3.7.0.tar.gz 784432 BLAKE2B 
34aac3c79fb4f9417132209ba2decb75b52aab80efa7a1770650422e283fe1801aedc68a84f2ec8ee36e3b3df67b0582ceb2062bf3dca2ba109bf76a8f462e06
 SHA512 
e4b8a771737a8f6fab109b0f4544229f09141f38210b502f605ae449be7ba12bb43db6637592d2e9060255e923f092c6cfe8dc7bbeec1431d5b625f3a9b8222d
 DIST pelican-3.7.1.tar.gz 784605 BLAKE2B 
42adef016f54a931e4fef225af9a4c5c880b66c96660c2a34137a425f879688822ddc8bbc19805444bf2b49369c3dccf8a5303748ff9e7cbde3910d6ba501652
 SHA512 
9e04e6a2009cc134f74410d8c8349831467192e7524287e23cad0b68232f2b5dd04f5d98505222d71eb3441e466bccec1cafc7f6e3c6bfcb4c5e57e4ab0fadda
+DIST pelican-4.0.0.tar.gz 1314626 BLAKE2B 
18924209949b43063416f2e2c6e22a5524a36bab79a801f7cc6953c0822beb1bd5b05e715f5bcdb7c4877aba8d7a62cf4276e8abc43406f3c6fd7af8ef0c7c2f
 SHA512 
5d98f5e13e6dde6b27cc299f9fb166edec79efb3fc53b29567218e0d0ba164989ce51830029ec8359697bc039661f6b0ced8d4155105e29098c038840c97d253

diff --git a/app-text/pelican/pelican-4.0.0.ebuild 
b/app-text/pelican/pelican-4.0.0.ebuild
new file mode 100644
index 000..568df33717e
--- /dev/null
+++ b/app-text/pelican/pelican-4.0.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
+HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
+SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples markdown test"
+
+DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   dev-python/blinker[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   )"
+RDEPEND=""
+RESTRICT="test"
+
+DOCS=( README.rst )
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   if use examples; then
+   insinto "/usr/share/doc/${PF}"
+   docompress -x "/usr/share/doc/${PF}/samples"
+   doins -r samples
+   fi
+   distutils-r1_python_install_all
+}
+
+python_test() {
+   nosetests || die "Testing failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2018-06-25 Thread Jason Zaman
commit: 0fc8c894d648e0a53f9d6fa98d6286cb4487e871
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Jun 25 09:46:25 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Jun 25 09:53:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fc8c894

app-text/pelican: amd64 stable

Gentoo-bug: 658976
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/pelican/pelican-3.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pelican/pelican-3.7.1.ebuild 
b/app-text/pelican/pelican-3.7.1.ebuild
index 05cd5154c7e..388fe30d67c 100644
--- a/app-text/pelican/pelican-3.7.1.ebuild
+++ b/app-text/pelican/pelican-3.7.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc examples markdown test"
 
 DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2018-06-24 Thread Pacho Ramos
commit: 42e0d37da537649396d91106aba1fa9cae4f8f1e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jun 24 15:50:38 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jun 24 16:21:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e0d37d

app-text/pelican: Support python3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/pelican/pelican-3.7.1.ebuild | 2 +-
 app-text/pelican/pelican-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/pelican/pelican-3.7.1.ebuild 
b/app-text/pelican/pelican-3.7.1.ebuild
index a2d838d9946..05cd5154c7e 100644
--- a/app-text/pelican/pelican-3.7.1.ebuild
+++ b/app-text/pelican/pelican-3.7.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 

diff --git a/app-text/pelican/pelican-.ebuild 
b/app-text/pelican/pelican-.ebuild
index 2e5e1b867c2..e2ca3d7b95b 100644
--- a/app-text/pelican/pelican-.ebuild
+++ b/app-text/pelican/pelican-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1 git-r3
 



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2018-04-30 Thread Dirkjan Ochtman
commit: 9ab63400577460f8aabe4e1492451ad89aad85b1
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Apr 27 07:48:44 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Mon Apr 30 08:14:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab63400

app-text/pelican: use HTTPS

 app-text/pelican/pelican-3.6.0.ebuild | 4 ++--
 app-text/pelican/pelican-3.6.3.ebuild | 4 ++--
 app-text/pelican/pelican-3.7.0.ebuild | 4 ++--
 app-text/pelican/pelican-3.7.1.ebuild | 4 ++--
 app-text/pelican/pelican-.ebuild  | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/app-text/pelican/pelican-3.6.0.ebuild 
b/app-text/pelican/pelican-3.6.0.ebuild
index 3db3fdbd732..f6c4eac0245 100644
--- a/app-text/pelican/pelican-3.6.0.ebuild
+++ b/app-text/pelican/pelican-3.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit distutils-r1
 
 DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
-HOMEPAGE="http://blog.getpelican.com/ https://pypi.org/project/pelican/;
+HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
 SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="AGPL-3"

diff --git a/app-text/pelican/pelican-3.6.3.ebuild 
b/app-text/pelican/pelican-3.6.3.ebuild
index 4b0fb743507..306df4f67c4 100644
--- a/app-text/pelican/pelican-3.6.3.ebuild
+++ b/app-text/pelican/pelican-3.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit distutils-r1
 
 DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
-HOMEPAGE="http://blog.getpelican.com/ https://pypi.org/project/pelican/;
+HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
 SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="AGPL-3"

diff --git a/app-text/pelican/pelican-3.7.0.ebuild 
b/app-text/pelican/pelican-3.7.0.ebuild
index 7401f3d4bb9..826b9d76db6 100644
--- a/app-text/pelican/pelican-3.7.0.ebuild
+++ b/app-text/pelican/pelican-3.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit distutils-r1
 
 DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
-HOMEPAGE="http://blog.getpelican.com/ https://pypi.org/project/pelican/;
+HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
 SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="AGPL-3"

diff --git a/app-text/pelican/pelican-3.7.1.ebuild 
b/app-text/pelican/pelican-3.7.1.ebuild
index f45db088e2b..a2d838d9946 100644
--- a/app-text/pelican/pelican-3.7.1.ebuild
+++ b/app-text/pelican/pelican-3.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit distutils-r1
 
 DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
-HOMEPAGE="http://blog.getpelican.com/ https://pypi.org/project/pelican/;
+HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
 SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="AGPL-3"

diff --git a/app-text/pelican/pelican-.ebuild 
b/app-text/pelican/pelican-.ebuild
index 1f064b0d20a..2e5e1b867c2 100644
--- a/app-text/pelican/pelican-.ebuild
+++ b/app-text/pelican/pelican-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit distutils-r1 git-r3
 
 DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
-HOMEPAGE="http://blog.getpelican.com/ https://pypi.org/project/pelican/;
+HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/;
 EGIT_REPO_URI="https://github.com/getpelican/pelican.git;
 EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2017-12-12 Thread Daniel Campbell
commit: 04b11d9a5168983a3be66a7e52c75004559dd456
Author: Daniel Campbell  gentoo  org>
AuthorDate: Tue Dec 12 21:32:32 2017 +
Commit: Daniel Campbell  gentoo  org>
CommitDate: Tue Dec 12 21:45:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b11d9a

app-text/pelican: Remove self from maintainers

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 app-text/pelican/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-text/pelican/metadata.xml b/app-text/pelican/metadata.xml
index f910bc58fa3..74329b5b96e 100644
--- a/app-text/pelican/metadata.xml
+++ b/app-text/pelican/metadata.xml
@@ -5,10 +5,6 @@
 d...@gentoo.org
 Dirkjan Ochtman
   
-  
-z...@gentoo.org
-Daniel Campbell
-  
   
 pelican
 getpelican/pelican



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2017-01-18 Thread Mike Frysinger
commit: baada458b67a7bedf91164b2eae0167f55ccbbf3
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jan 18 17:59:14 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 18 18:14:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baada458

app-text/pelican: version bump to 3.7.1

 app-text/pelican/Manifest |  1 +
 app-text/pelican/pelican-3.7.1.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
index a45f186..3f31423 100644
--- a/app-text/pelican/Manifest
+++ b/app-text/pelican/Manifest
@@ -1,3 +1,4 @@
 DIST pelican-3.6.0.tar.gz 773887 SHA256 
ff0db0e355295d1170988dc6d22388f3681f75accd51d02455638ad18a85c837 SHA512 
7c4bcda6155b363d9e0d31d1763f20f9e3a3e9c5cd250ef4ce02305504e910c3ad61b3ae4ab909d1bca51a46102fe59583a6700f5a32a14d0c1cde47507db3d0
 WHIRLPOOL 
6685061f617f56b36cdb29f303765eace8703229caaae7d680b035a6a38ff7341bf72e06c8f980a8b28f156f429995e3e91c752337bd14fd9641813f63957131
 DIST pelican-3.6.3.tar.gz 775060 SHA256 
d19bc7df61afc5b68eba028f0cf0832ee2a12a04a01d7fe11bdfdd847ddd417b SHA512 
8bd8fcb72e67955d9c267731f74905417174d0767ec159d9b141e74aaa3cd8ee095270a7cc30847c413c702944df0c0b974ff8e98c55aa5004c00dbc55eadb16
 WHIRLPOOL 
d4f021bba46dddb73159aa21d034b589978a823fed29ab07ad8aac1adf15b94f8f88a813253fedf9fb118e4e3e925bdc86487ddd6ba3427954ca1e184105b2cf
 DIST pelican-3.7.0.tar.gz 784432 SHA256 
14a2fa2e366776c0ba44419a7364e3c1c4b36870920c458005584538f49a3f69 SHA512 
e4b8a771737a8f6fab109b0f4544229f09141f38210b502f605ae449be7ba12bb43db6637592d2e9060255e923f092c6cfe8dc7bbeec1431d5b625f3a9b8222d
 WHIRLPOOL 
f0706d7748327374f524093f543bbd5c58933825a3a682490d54ab09205b989997e4960880864aa565e696f86810ec9275929b66b85cfff3c4f3a269e8b9673d
+DIST pelican-3.7.1.tar.gz 784605 SHA256 
81e1c8492d6491b7a637525eda6a0840ee36d2ce11c54233419b3661ce4d5c80 SHA512 
9e04e6a2009cc134f74410d8c8349831467192e7524287e23cad0b68232f2b5dd04f5d98505222d71eb3441e466bccec1cafc7f6e3c6bfcb4c5e57e4ab0fadda
 WHIRLPOOL 
99f64656faeee81a6cef10619fe636e60b9ed94457a6d990255ab623024f7b606a73254d03eb397d39ba63d52d75a4f667612f19e4ea893213215c7669701081

diff --git a/app-text/pelican/pelican-3.7.1.ebuild 
b/app-text/pelican/pelican-3.7.1.ebuild
new file mode 100644
index ..0f09f68
--- /dev/null
+++ b/app-text/pelican/pelican-3.7.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
+HOMEPAGE="http://blog.getpelican.com/ https://pypi.python.org/pypi/pelican;
+SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples markdown test"
+
+DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   dev-python/blinker[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   )"
+RDEPEND=""
+
+DOCS=( README.rst )
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   if use examples; then
+   insinto "/usr/share/doc/${PF}"
+   docompress -x "/usr/share/doc/${PF}/samples"
+   doins -r samples
+   fi
+   distutils-r1_python_install_all
+}
+
+python_test() {
+   nosetests || die "Testing failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2017-01-18 Thread Agostino Sarubbo
commit: c98a14bd445927a82857403b2bfe60b852f6022d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 11:28:51 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 11:28:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98a14bd

app-text/pelican: amd64 stable wrt bug #605982

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/pelican/pelican-3.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pelican/pelican-3.7.0.ebuild 
b/app-text/pelican/pelican-3.7.0.ebuild
index 0f09f68..4f3e820 100644
--- a/app-text/pelican/pelican-3.7.0.ebuild
+++ b/app-text/pelican/pelican-3.7.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc examples markdown test"
 
 DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2017-01-02 Thread Daniel Campbell
commit: de517c528357a2a4c5e2e6ae21a271eb4159bdf1
Author: Daniel Campbell  gentoo  org>
AuthorDate: Mon Jan  2 12:35:28 2017 +
Commit: Daniel Campbell  gentoo  org>
CommitDate: Mon Jan  2 12:35:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de517c52

app-text/pelican: version bump

version bump, also update feedgenerator dependency.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/pelican/Manifest |  1 +
 app-text/pelican/pelican-3.7.0.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
index 50c270d..a45f186 100644
--- a/app-text/pelican/Manifest
+++ b/app-text/pelican/Manifest
@@ -1,2 +1,3 @@
 DIST pelican-3.6.0.tar.gz 773887 SHA256 
ff0db0e355295d1170988dc6d22388f3681f75accd51d02455638ad18a85c837 SHA512 
7c4bcda6155b363d9e0d31d1763f20f9e3a3e9c5cd250ef4ce02305504e910c3ad61b3ae4ab909d1bca51a46102fe59583a6700f5a32a14d0c1cde47507db3d0
 WHIRLPOOL 
6685061f617f56b36cdb29f303765eace8703229caaae7d680b035a6a38ff7341bf72e06c8f980a8b28f156f429995e3e91c752337bd14fd9641813f63957131
 DIST pelican-3.6.3.tar.gz 775060 SHA256 
d19bc7df61afc5b68eba028f0cf0832ee2a12a04a01d7fe11bdfdd847ddd417b SHA512 
8bd8fcb72e67955d9c267731f74905417174d0767ec159d9b141e74aaa3cd8ee095270a7cc30847c413c702944df0c0b974ff8e98c55aa5004c00dbc55eadb16
 WHIRLPOOL 
d4f021bba46dddb73159aa21d034b589978a823fed29ab07ad8aac1adf15b94f8f88a813253fedf9fb118e4e3e925bdc86487ddd6ba3427954ca1e184105b2cf
+DIST pelican-3.7.0.tar.gz 784432 SHA256 
14a2fa2e366776c0ba44419a7364e3c1c4b36870920c458005584538f49a3f69 SHA512 
e4b8a771737a8f6fab109b0f4544229f09141f38210b502f605ae449be7ba12bb43db6637592d2e9060255e923f092c6cfe8dc7bbeec1431d5b625f3a9b8222d
 WHIRLPOOL 
f0706d7748327374f524093f543bbd5c58933825a3a682490d54ab09205b989997e4960880864aa565e696f86810ec9275929b66b85cfff3c4f3a269e8b9673d

diff --git a/app-text/pelican/pelican-3.7.0.ebuild 
b/app-text/pelican/pelican-3.7.0.ebuild
new file mode 100644
index ..0f09f68
--- /dev/null
+++ b/app-text/pelican/pelican-3.7.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
+HOMEPAGE="http://blog.getpelican.com/ https://pypi.python.org/pypi/pelican;
+SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples markdown test"
+
+DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   dev-python/blinker[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   )"
+RDEPEND=""
+
+DOCS=( README.rst )
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   if use examples; then
+   insinto "/usr/share/doc/${PF}"
+   docompress -x "/usr/share/doc/${PF}/samples"
+   doins -r samples
+   fi
+   distutils-r1_python_install_all
+}
+
+python_test() {
+   nosetests || die "Testing failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2016-06-14 Thread Daniel Campbell
commit: 902bfffc9e44f7f81ecb77b9aab0eaeb3020
Author: Daniel Campbell  gentoo  org>
AuthorDate: Tue Jun 14 09:46:32 2016 +
Commit: Daniel Campbell  gentoo  org>
CommitDate: Tue Jun 14 09:47:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902bfffc

app-text/pelican: Add myself as co-maintainer

Package-Manager: portage-2.3.0_rc1

 app-text/pelican/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-text/pelican/metadata.xml b/app-text/pelican/metadata.xml
index 74329b5..f910bc5 100644
--- a/app-text/pelican/metadata.xml
+++ b/app-text/pelican/metadata.xml
@@ -5,6 +5,10 @@
 d...@gentoo.org
 Dirkjan Ochtman
   
+  
+z...@gentoo.org
+Daniel Campbell
+  
   
 pelican
 getpelican/pelican



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2016-06-14 Thread Daniel Campbell
commit: 125534a046099a8f5ef374c552f17897cf87c2fe
Author: Daniel Campbell  gentoo  org>
AuthorDate: Tue Jun 14 09:49:45 2016 +
Commit: Daniel Campbell  gentoo  org>
CommitDate: Tue Jun 14 09:49:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125534a0

app-text/pelican: Add live ebuild

Add live ebuild, resolving bug 584280

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

Package-Manager: portage-2.3.0_rc1

 app-text/pelican/pelican-.ebuild | 57 
 1 file changed, 57 insertions(+)

diff --git a/app-text/pelican/pelican-.ebuild 
b/app-text/pelican/pelican-.ebuild
new file mode 100644
index 000..d89aee9
--- /dev/null
+++ b/app-text/pelican/pelican-.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
+HOMEPAGE="http://blog.getpelican.com/ https://pypi.python.org/pypi/pelican;
+EGIT_REPO_URI="https://github.com/getpelican/pelican.git;
+EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE="doc examples markdown test"
+# Tests fail for this release but are fixed upstream
+RESTRICT="test"
+
+DEPEND=">=dev-python/feedgenerator-1.6[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   dev-python/blinker[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   )"
+RDEPEND=""
+
+DOCS=( README.rst )
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   if use examples; then
+   insinto "/usr/share/doc/${PF}"
+   docompress -x "/usr/share/doc/${PF}/samples"
+   doins -r samples
+   fi
+   distutils-r1_python_install_all
+}
+
+python_test() {
+   nosetests || die "Testing failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2016-05-02 Thread Ian Delaney
commit: f9af292d8952293b935c70f6eba33df31c5c6609
Author: Louis Sautier  gmail  com>
AuthorDate: Mon May  2 12:51:32 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue May  3 03:41:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9af292d

app-text/pelican: update HOMEPAGE and metadata.xml

also trim DESCRIPTION

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1393

Signed-off-by: Ian Delaney  gentoo.org>

 app-text/pelican/metadata.xml | 1 +
 app-text/pelican/pelican-3.6.0.ebuild | 6 +++---
 app-text/pelican/pelican-3.6.3.ebuild | 6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/app-text/pelican/metadata.xml b/app-text/pelican/metadata.xml
index ef9d3d7..74329b5 100644
--- a/app-text/pelican/metadata.xml
+++ b/app-text/pelican/metadata.xml
@@ -8,6 +8,7 @@
   
 pelican
 getpelican/pelican
+https://github.com/getpelican/pelican/issues
   
   
 Markdown support

diff --git a/app-text/pelican/pelican-3.6.0.ebuild 
b/app-text/pelican/pelican-3.6.0.ebuild
index b8b7fde..7364a69 100644
--- a/app-text/pelican/pelican-3.6.0.ebuild
+++ b/app-text/pelican/pelican-3.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1
 
-DESCRIPTION="A tool to generate a static blog, with restructured text (or 
markdown) input files"
-HOMEPAGE="http://pelican.notmyidea.org/ https://pypi.python.org/pypi/pelican;
+DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
+HOMEPAGE="http://blog.getpelican.com/ https://pypi.python.org/pypi/pelican;
 SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="AGPL-3"

diff --git a/app-text/pelican/pelican-3.6.3.ebuild 
b/app-text/pelican/pelican-3.6.3.ebuild
index a16143d..d77fa36 100644
--- a/app-text/pelican/pelican-3.6.3.ebuild
+++ b/app-text/pelican/pelican-3.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1
 
-DESCRIPTION="A tool to generate a static blog, with restructured text (or 
markdown) input files"
-HOMEPAGE="http://pelican.notmyidea.org/ https://pypi.python.org/pypi/pelican;
+DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
+HOMEPAGE="http://blog.getpelican.com/ https://pypi.python.org/pypi/pelican;
 SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="AGPL-3"



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2016-05-02 Thread Ian Delaney
commit: 71d3f5fd003758cf77e3f3e3845b9ecc947a670d
Author: Louis Sautier  gmail  com>
AuthorDate: Mon May  2 12:58:59 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue May  3 03:41:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d3f5fd

app-text/pelican: add support to py3.5

Add build / install of docs, uncomment & update test phase, bump EAPI to 6

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1393

Signed-off-by: Ian Delaney  gentoo.org>

 app-text/pelican/pelican-3.6.3.ebuild | 35 ---
 1 file changed, 24 insertions(+), 11 deletions(-)

diff --git a/app-text/pelican/pelican-3.6.3.ebuild 
b/app-text/pelican/pelican-3.6.3.ebuild
index d77fa36..e655459 100644
--- a/app-text/pelican/pelican-3.6.3.ebuild
+++ b/app-text/pelican/pelican-3.6.3.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
 inherit distutils-r1
 
@@ -14,7 +14,9 @@ 
SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.
 LICENSE="AGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="examples markdown"
+IUSE="doc examples markdown test"
+# Tests fail for this release but are fixed upstream
+RESTRICT="test"
 
 DEPEND=">=dev-python/feedgenerator-1.6[${PYTHON_USEDEP}]
>=dev-python/jinja-2.7[${PYTHON_USEDEP}]
@@ -25,19 +27,30 @@ DEPEND=">=dev-python/feedgenerator-1.6[${PYTHON_USEDEP}]
dev-python/blinker[${PYTHON_USEDEP}]
>=dev-python/six-1.4[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
-   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )"
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   )"
 RDEPEND=""
 
 DOCS=( README.rst )
 
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
 python_install_all() {
-   use examples && local EXAMPLES=( samples/. )
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   if use examples; then
+   insinto "/usr/share/doc/${PF}"
+   docompress -x "/usr/share/doc/${PF}/samples"
+   doins -r samples
+   fi
distutils-r1_python_install_all
 }
 
-# no tests: tests/content not in tarball for 2.8.1
-# for 3.0, should be based on tox (refer to virtualenvwrapper)
-
-#python_test() {
-#  esetup.py test
-#}
+python_test() {
+   nosetests || die "Testing failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2015-11-09 Thread Agostino Sarubbo
commit: ca690cf05aa7aa210d2e5ba2449d88c21b89ca9c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov  9 09:12:43 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov  9 09:12:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca690cf0

app-text/pelican: amd64/x86 stable, (ALLARCHES policy) wrt bug #562820

Package-Manager: portage-2.2.20.1

 app-text/pelican/pelican-3.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pelican/pelican-3.6.0.ebuild 
b/app-text/pelican/pelican-3.6.0.ebuild
index a16143d..b8b7fde 100644
--- a/app-text/pelican/pelican-3.6.0.ebuild
+++ b/app-text/pelican/pelican-3.6.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="examples markdown"
 
 DEPEND=">=dev-python/feedgenerator-1.6[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2015-09-20 Thread Dirkjan Ochtman
commit: 5b93b4517499ae57cb3ad30b69f6e73481a08af6
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sun Sep 20 08:43:43 2015 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sun Sep 20 08:43:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b93b451

app-text/pelican: version bump to 3.6.3

Package-Manager: portage-2.2.20.1

 app-text/pelican/Manifest |  1 +
 app-text/pelican/pelican-3.6.3.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
index 8828ebf..6141db7 100644
--- a/app-text/pelican/Manifest
+++ b/app-text/pelican/Manifest
@@ -1,3 +1,4 @@
 DIST pelican-3.4.0.tar.gz 755768 SHA256 
54f9b63f24db7db7cc2aae25b239707af3ec582fa585cf864d9f50dfd4ed1d93 SHA512 
358563998eb1e333007f90f9d6f97ed842e42240966ab329dd08d1dcc2c70dd9793604745ed14369a1736a01268b55c101304ae265c6b5bf4179bb4363706a0b
 WHIRLPOOL 
8e2f085fd956d4037372e30304874dea294b8237904ab44d0d70b01c1282f8849202790e194f3e2512af2460bc1da3a44146e50bd91cea20e0cbd804c74c43c9
 DIST pelican-3.5.0.tar.gz 766994 SHA256 
0a93e6c8cdccf5c6de61d96e5604185f71de3b29b313d0d378d188cb22821849 SHA512 
fdb9fd202933dac29861e6bb9937aed13259c5808391499d9e43e619bfe89fcf10286f452f9c6d3beb7e3ee9de4c2c8b573a7f7a2d03e0159afe26f19a4b8396
 WHIRLPOOL 
2a6ca7b85c372cf37a98d3407b38cd5fd320053df32c7112c53ee3f336b69d3636b571a11e17afbe63e0d78398fc715f3009da04ef018be5f63c16ddf9af7ce6
 DIST pelican-3.6.0.tar.gz 773887 SHA256 
ff0db0e355295d1170988dc6d22388f3681f75accd51d02455638ad18a85c837 SHA512 
7c4bcda6155b363d9e0d31d1763f20f9e3a3e9c5cd250ef4ce02305504e910c3ad61b3ae4ab909d1bca51a46102fe59583a6700f5a32a14d0c1cde47507db3d0
 WHIRLPOOL 
6685061f617f56b36cdb29f303765eace8703229caaae7d680b035a6a38ff7341bf72e06c8f980a8b28f156f429995e3e91c752337bd14fd9641813f63957131
+DIST pelican-3.6.3.tar.gz 775060 SHA256 
d19bc7df61afc5b68eba028f0cf0832ee2a12a04a01d7fe11bdfdd847ddd417b SHA512 
8bd8fcb72e67955d9c267731f74905417174d0767ec159d9b141e74aaa3cd8ee095270a7cc30847c413c702944df0c0b974ff8e98c55aa5004c00dbc55eadb16
 WHIRLPOOL 
d4f021bba46dddb73159aa21d034b589978a823fed29ab07ad8aac1adf15b94f8f88a813253fedf9fb118e4e3e925bdc86487ddd6ba3427954ca1e184105b2cf

diff --git a/app-text/pelican/pelican-3.6.3.ebuild 
b/app-text/pelican/pelican-3.6.3.ebuild
new file mode 100644
index 000..a16143d
--- /dev/null
+++ b/app-text/pelican/pelican-3.6.3.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="A tool to generate a static blog, with restructured text (or 
markdown) input files"
+HOMEPAGE="http://pelican.notmyidea.org/ https://pypi.python.org/pypi/pelican;
+SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples markdown"
+
+DEPEND=">=dev-python/feedgenerator-1.6[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   dev-python/blinker[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )"
+RDEPEND=""
+
+DOCS=( README.rst )
+
+python_install_all() {
+   use examples && local EXAMPLES=( samples/. )
+   distutils-r1_python_install_all
+}
+
+# no tests: tests/content not in tarball for 2.8.1
+# for 3.0, should be based on tox (refer to virtualenvwrapper)
+
+#python_test() {
+#  esetup.py test
+#}



[gentoo-commits] repo/gentoo:master commit in: app-text/pelican/

2015-09-20 Thread Dirkjan Ochtman
commit: 81d70f38b34407aa7d58bee0ca99d350750ce86b
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sun Sep 20 08:45:34 2015 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sun Sep 20 08:46:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d70f38

app-text/pelican: remove old versions

Package-Manager: portage-2.2.20.1

 app-text/pelican/Manifest |  2 --
 app-text/pelican/pelican-3.4.0.ebuild | 43 ---
 app-text/pelican/pelican-3.5.0.ebuild | 43 ---
 3 files changed, 88 deletions(-)

diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
index 6141db7..50c270d 100644
--- a/app-text/pelican/Manifest
+++ b/app-text/pelican/Manifest
@@ -1,4 +1,2 @@
-DIST pelican-3.4.0.tar.gz 755768 SHA256 
54f9b63f24db7db7cc2aae25b239707af3ec582fa585cf864d9f50dfd4ed1d93 SHA512 
358563998eb1e333007f90f9d6f97ed842e42240966ab329dd08d1dcc2c70dd9793604745ed14369a1736a01268b55c101304ae265c6b5bf4179bb4363706a0b
 WHIRLPOOL 
8e2f085fd956d4037372e30304874dea294b8237904ab44d0d70b01c1282f8849202790e194f3e2512af2460bc1da3a44146e50bd91cea20e0cbd804c74c43c9
-DIST pelican-3.5.0.tar.gz 766994 SHA256 
0a93e6c8cdccf5c6de61d96e5604185f71de3b29b313d0d378d188cb22821849 SHA512 
fdb9fd202933dac29861e6bb9937aed13259c5808391499d9e43e619bfe89fcf10286f452f9c6d3beb7e3ee9de4c2c8b573a7f7a2d03e0159afe26f19a4b8396
 WHIRLPOOL 
2a6ca7b85c372cf37a98d3407b38cd5fd320053df32c7112c53ee3f336b69d3636b571a11e17afbe63e0d78398fc715f3009da04ef018be5f63c16ddf9af7ce6
 DIST pelican-3.6.0.tar.gz 773887 SHA256 
ff0db0e355295d1170988dc6d22388f3681f75accd51d02455638ad18a85c837 SHA512 
7c4bcda6155b363d9e0d31d1763f20f9e3a3e9c5cd250ef4ce02305504e910c3ad61b3ae4ab909d1bca51a46102fe59583a6700f5a32a14d0c1cde47507db3d0
 WHIRLPOOL 
6685061f617f56b36cdb29f303765eace8703229caaae7d680b035a6a38ff7341bf72e06c8f980a8b28f156f429995e3e91c752337bd14fd9641813f63957131
 DIST pelican-3.6.3.tar.gz 775060 SHA256 
d19bc7df61afc5b68eba028f0cf0832ee2a12a04a01d7fe11bdfdd847ddd417b SHA512 
8bd8fcb72e67955d9c267731f74905417174d0767ec159d9b141e74aaa3cd8ee095270a7cc30847c413c702944df0c0b974ff8e98c55aa5004c00dbc55eadb16
 WHIRLPOOL 
d4f021bba46dddb73159aa21d034b589978a823fed29ab07ad8aac1adf15b94f8f88a813253fedf9fb118e4e3e925bdc86487ddd6ba3427954ca1e184105b2cf

diff --git a/app-text/pelican/pelican-3.4.0.ebuild 
b/app-text/pelican/pelican-3.4.0.ebuild
deleted file mode 100644
index 4340bf1..000
--- a/app-text/pelican/pelican-3.4.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION="A tool to generate a static blog, with restructured text (or 
markdown) input files"
-HOMEPAGE="http://pelican.notmyidea.org/ https://pypi.python.org/pypi/pelican;
-SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples markdown"
-
-DEPEND="dev-python/feedgenerator[${PYTHON_USEDEP}]
-   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
-   dev-python/blinker[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-DOCS=( README.rst )
-
-python_install_all() {
-   use examples && local EXAMPLES=( samples/. )
-   distutils-r1_python_install_all
-}
-
-# no tests: tests/content not in tarball for 2.8.1
-# for 3.0, should be based on tox (refer to virtualenvwrapper)
-
-#python_test() {
-#  esetup.py test
-#}

diff --git a/app-text/pelican/pelican-3.5.0.ebuild 
b/app-text/pelican/pelican-3.5.0.ebuild
deleted file mode 100644
index 3f26761..000
--- a/app-text/pelican/pelican-3.5.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A tool to generate a static blog, with restructured text (or 
markdown) input files"
-HOMEPAGE="http://pelican.notmyidea.org/ https://pypi.python.org/pypi/pelican;
-SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples markdown"
-
-DEPEND=">=dev-python/feedgenerator-1.6[${PYTHON_USEDEP}]
-   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
-   dev-python/blinker[${PYTHON_USEDEP}]
-