From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pylatex/ Date: Tue, 9 Jun 2020 15:15:49 +0000 (UTC) [thread overview] Message-ID: <1591715739.3a6272071da5395cf20409cf2e0cd3029ed8aa85.andrewammerlaan@gentoo> (raw) commit: 3a6272071da5395cf20409cf2e0cd3029ed8aa85 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jun 9 15:15:39 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Jun 9 15:15:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a627207 dev-python/pylatex: version bump Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/pylatex/Manifest | 2 +- .../{pylatex-1.3.1.ebuild => pylatex-1.3.2.ebuild} | 43 +++++++++------------- 2 files changed, 18 insertions(+), 27 deletions(-) diff --git a/dev-python/pylatex/Manifest b/dev-python/pylatex/Manifest index 7774725..1b97c37 100644 --- a/dev-python/pylatex/Manifest +++ b/dev-python/pylatex/Manifest @@ -1 +1 @@ -DIST PyLaTeX.tar.gz 300388 BLAKE2B fd3744afa43240e093de683ea14181da879b80e366357cc0d46bc49d6e3d23e47e2a0dd81e840a6df5a049055fac7049d3977e7c731e74f85749eff795345733 SHA512 b44ccecb81984613efe5c96f8f0e722fa7b1f4473b8f283196001cd38e062e2b78a4adb8e80c5fdd69558406bec482738520bb998f838d92c0af2b328eb74d07 +DIST pylatex-1.3.2.tar.gz 300576 BLAKE2B c096c3e182bdc13fc07c1c2b4bf6ce2e52c04fdd91da0c628d88b5fc1655c4236f468fb261b43882a41f38a389ebcc5c5f6248798df6a04e78b0cb9d4c12d2c4 SHA512 c2b7477e3f93f122865f8b68a4312d60b3548601040e51f6a80653bb5b2de8e516bb1f2d6b8ac48a5e0aba8d883c42c58757f6b1cffec5173e8edb071bf25351 diff --git a/dev-python/pylatex/pylatex-1.3.1.ebuild b/dev-python/pylatex/pylatex-1.3.2.ebuild similarity index 63% rename from dev-python/pylatex/pylatex-1.3.1.ebuild rename to dev-python/pylatex/pylatex-1.3.2.ebuild index afab1b0..36da5e7 100644 --- a/dev-python/pylatex/pylatex-1.3.1.ebuild +++ b/dev-python/pylatex/pylatex-1.3.2.ebuild @@ -12,45 +12,36 @@ inherit distutils-r1 eutils DESCRIPTION="A Python library for creating LaTeX files and snippets" HOMEPAGE="https://github.com/JelteF/PyLaTeX" -SRC_URI="https://github.com/JelteF/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_PN}.tar.gz" +SRC_URI="https://github.com/JelteF/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" -DEPEND=" -dev-python/ordered-set[${PYTHON_USEDEP}] +RDEPEND=" + dev-python/ordered-set[${PYTHON_USEDEP}] " -RDEPEND="${DEPEND}" -distutils_enable_sphinx docs -distutils_enable_tests nose - -DEPEND+=" -test? ( - dev-python/quantities - dev-python/matplotlib - dev-python/numpy - app-text/texlive - dev-texlive/texlive-latexextra -) -" +DEPEND="test? ( + dev-python/quantities[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + app-text/texlive + dev-texlive/texlive-latexextra +)" -src_prepare(){ -if use doc; then - sphinx-apidoc -F -o docs "${S}"/pylatex # conf.py is not included in source -fi +S="${WORKDIR}/${MY_P}" -distutils-r1_src_prepare -} +distutils_enable_sphinx docs/source +distutils_enable_tests nose python_install_all() { -if use examples ; then - dodoc -r examples -fi + if use examples ; then + dodoc -r examples + fi -distutils-r1_python_install_all + distutils-r1_python_install_all } pkg_postinst() {
WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pylatex/ Date: Tue, 9 Jun 2020 16:37:03 +0000 (UTC) [thread overview] Message-ID: <1591715739.3a6272071da5395cf20409cf2e0cd3029ed8aa85.andrewammerlaan@gentoo> (raw) Message-ID: <20200609163703.v1ATzZVYGq60uUOq_qQlxGrrr3GbwA-QsTUWpSs5UuU@z> (raw) commit: 3a6272071da5395cf20409cf2e0cd3029ed8aa85 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jun 9 15:15:39 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Jun 9 15:15:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a627207 dev-python/pylatex: version bump Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/pylatex/Manifest | 2 +- .../{pylatex-1.3.1.ebuild => pylatex-1.3.2.ebuild} | 43 +++++++++------------- 2 files changed, 18 insertions(+), 27 deletions(-) diff --git a/dev-python/pylatex/Manifest b/dev-python/pylatex/Manifest index 7774725..1b97c37 100644 --- a/dev-python/pylatex/Manifest +++ b/dev-python/pylatex/Manifest @@ -1 +1 @@ -DIST PyLaTeX.tar.gz 300388 BLAKE2B fd3744afa43240e093de683ea14181da879b80e366357cc0d46bc49d6e3d23e47e2a0dd81e840a6df5a049055fac7049d3977e7c731e74f85749eff795345733 SHA512 b44ccecb81984613efe5c96f8f0e722fa7b1f4473b8f283196001cd38e062e2b78a4adb8e80c5fdd69558406bec482738520bb998f838d92c0af2b328eb74d07 +DIST pylatex-1.3.2.tar.gz 300576 BLAKE2B c096c3e182bdc13fc07c1c2b4bf6ce2e52c04fdd91da0c628d88b5fc1655c4236f468fb261b43882a41f38a389ebcc5c5f6248798df6a04e78b0cb9d4c12d2c4 SHA512 c2b7477e3f93f122865f8b68a4312d60b3548601040e51f6a80653bb5b2de8e516bb1f2d6b8ac48a5e0aba8d883c42c58757f6b1cffec5173e8edb071bf25351 diff --git a/dev-python/pylatex/pylatex-1.3.1.ebuild b/dev-python/pylatex/pylatex-1.3.2.ebuild similarity index 63% rename from dev-python/pylatex/pylatex-1.3.1.ebuild rename to dev-python/pylatex/pylatex-1.3.2.ebuild index afab1b0..36da5e7 100644 --- a/dev-python/pylatex/pylatex-1.3.1.ebuild +++ b/dev-python/pylatex/pylatex-1.3.2.ebuild @@ -12,45 +12,36 @@ inherit distutils-r1 eutils DESCRIPTION="A Python library for creating LaTeX files and snippets" HOMEPAGE="https://github.com/JelteF/PyLaTeX" -SRC_URI="https://github.com/JelteF/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_PN}.tar.gz" +SRC_URI="https://github.com/JelteF/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" -DEPEND=" -dev-python/ordered-set[${PYTHON_USEDEP}] +RDEPEND=" + dev-python/ordered-set[${PYTHON_USEDEP}] " -RDEPEND="${DEPEND}" -distutils_enable_sphinx docs -distutils_enable_tests nose - -DEPEND+=" -test? ( - dev-python/quantities - dev-python/matplotlib - dev-python/numpy - app-text/texlive - dev-texlive/texlive-latexextra -) -" +DEPEND="test? ( + dev-python/quantities[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + app-text/texlive + dev-texlive/texlive-latexextra +)" -src_prepare(){ -if use doc; then - sphinx-apidoc -F -o docs "${S}"/pylatex # conf.py is not included in source -fi +S="${WORKDIR}/${MY_P}" -distutils-r1_src_prepare -} +distutils_enable_sphinx docs/source +distutils_enable_tests nose python_install_all() { -if use examples ; then - dodoc -r examples -fi + if use examples ; then + dodoc -r examples + fi -distutils-r1_python_install_all + distutils-r1_python_install_all } pkg_postinst() {
next reply other threads:[~2020-06-09 15:15 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-06-09 15:15 Andrew Ammerlaan [this message] 2020-06-09 16:37 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/pylatex/ Andrew Ammerlaan -- strict thread matches above, loose matches on Subject: below -- 2020-07-19 11:20 [gentoo-commits] repo/proj/guru:dev " David Denoncin 2020-07-01 22:02 David Denoncin 2020-06-14 19:23 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-06-14 19:22 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-05-23 12:29 David Denoncin 2020-05-18 1:25 David Denoncin 2020-05-13 10:49 David Denoncin 2020-05-11 1:11 David Denoncin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1591715739.3a6272071da5395cf20409cf2e0cd3029ed8aa85.andrewammerlaan@gentoo \ --to=andrewammerlaan@riseup.net \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox