diff options
Diffstat (limited to 'dev-python/pylatex')
-rw-r--r-- | dev-python/pylatex/Manifest | 6 | ||||
-rw-r--r-- | dev-python/pylatex/metadata.xml | 3 | ||||
-rw-r--r-- | dev-python/pylatex/pylatex-1.4.0.ebuild | 53 | ||||
-rw-r--r-- | dev-python/pylatex/pylatex-1.4.1.ebuild | 2 |
4 files changed, 5 insertions, 59 deletions
diff --git a/dev-python/pylatex/Manifest b/dev-python/pylatex/Manifest index 3ed1f082d951..f6cc8f23bf9c 100644 --- a/dev-python/pylatex/Manifest +++ b/dev-python/pylatex/Manifest @@ -1,5 +1,3 @@ -DIST pylatex-1.4.0.tar.gz 301148 BLAKE2B 4d1fa6add43556b7b2c1ff13b3bc2130d06018499197c3d1f40c9180f4346e774d69c2a356d5eab6c8686957ebafac71a78506553cf7cd3cd57d03c0e0ffffd1 SHA512 0d9ab3e733c50b5a4dd7a6758193645c5532c9153972bbed244e3f7e2d6a946bd36af428197f9cdd1a3256f4cc0db5dc78248973f9b330684ce8651c4a59ad91 DIST pylatex-1.4.1.tar.gz 301482 BLAKE2B c68c8bbf70c5099b3c3146922afe94dcf4f90bfc8644fa165ee27835f4a24642645f9849f2f9fd69656dc07dcc4807869275aacf33a1e5b9c59e539801f8e821 SHA512 55a5734e4d239cef4bcaafa0ba64eea013ba3e86d137de5a5f8311d70c949d783e2e7aad24d39d16a6febbe4bddc34e47248068e1328fe3f95f39a7c7019a3a9 -EBUILD pylatex-1.4.0.ebuild 1265 BLAKE2B 579acc8180c1e1e455a1b8151451036b60568a6740ba50adec26fdd26bee10a0b9dcb8e076df28d6b5fa76f940f931e5a22a098b0d9f14f1776fcde65f4430ac SHA512 9c658c3d8c71f3a769ea862840e6ff74ed2df2c4001b8dbe7b902951f0e9ddae705e8b806e314a39ae876639a34782b204dd0c455c5f4d29ce5269d8adbfbecf -EBUILD pylatex-1.4.1.ebuild 1267 BLAKE2B e739974e7275fb19a29f59e86501a90fee8760f776da9e95c8e5e311fa84c88fe10c9172ee2e14806e47bd9d757bcd3537df4b7abee41a717f9c69286fcc7569 SHA512 1615f58b66b6241b0ec00c1e007054d498bb67ecc49a6f21713d5eaf93ae1adfe46798147a41ac4eec3e1227d62ea27fc1bdd9df558dea9f524ba2c4ac39a548 -MISC metadata.xml 719 BLAKE2B 783c71b21422f66a2f58b8afe718d9029f9b5fc4b4b7b82a1e4e94fc4d5c3a7a13bf55a116591352a6bc48ad5a2249bfca32b60c45d319d79a420a109203b1f0 SHA512 c3c7d820a541708fd78cdda73c425e491b5d527742ff641d9291ecbc107d79cf870cc2150e72f45cfaaf2de8f678b9b54ed041611caaed8538f21615e5fbc374 +EBUILD pylatex-1.4.1.ebuild 1265 BLAKE2B 579acc8180c1e1e455a1b8151451036b60568a6740ba50adec26fdd26bee10a0b9dcb8e076df28d6b5fa76f940f931e5a22a098b0d9f14f1776fcde65f4430ac SHA512 9c658c3d8c71f3a769ea862840e6ff74ed2df2c4001b8dbe7b902951f0e9ddae705e8b806e314a39ae876639a34782b204dd0c455c5f4d29ce5269d8adbfbecf +MISC metadata.xml 743 BLAKE2B 10bb0e8cbed22f4fce7f22b92d6fc7a3fc4a784066a978889619a3943483cad6035343c98d4cb4fd65fdd25b02d7e51ddb9c18d5e78b62a71aaef8b1735fd9fa SHA512 cea3b0a7f550a7d515a88a14a6c71811322519ac0365e1bdd73463f20f12c7825778bdef3da1e43df9978d15fb53e5de37fc1e7195d39aa96b3ac79c0370a57a diff --git a/dev-python/pylatex/metadata.xml b/dev-python/pylatex/metadata.xml index e2160561b195..faabdac55f02 100644 --- a/dev-python/pylatex/metadata.xml +++ b/dev-python/pylatex/metadata.xml @@ -10,6 +10,7 @@ <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> + <stabilize-allarches/> <longdescription lang="en"> PyLaTeX is a Python library for creating and compiling LaTeX files or snippets. The goal of this library is being an easy, @@ -17,6 +18,6 @@ </longdescription> <upstream> <remote-id type="github">JelteF/PyLaTeX</remote-id> - <remote-id type="pypi">pylatex</remote-id> + <remote-id type="pypi">PyLaTeX</remote-id> </upstream> </pkgmetadata> diff --git a/dev-python/pylatex/pylatex-1.4.0.ebuild b/dev-python/pylatex/pylatex-1.4.0.ebuild deleted file mode 100644 index 310d24af93f7..000000000000 --- a/dev-python/pylatex/pylatex-1.4.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN="PyLaTeX" -MY_P="${MY_PN}-${PV}" - -PYTHON_COMPAT=( python3_{6,7,8,9} ) - -inherit distutils-r1 optfeature - -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 -> ${P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="examples" - -RDEPEND=" - dev-python/ordered-set[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -BDEPEND+=" - test? ( - dev-python/quantities[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - app-text/texlive - dev-texlive/texlive-latexextra - )" - -python_install_all() { - if use examples ; then - dodoc -r examples - docompress -x /usr/share/doc/"${PF}"/examples - fi - - distutils-r1_python_install_all -} - -pkg_postinst() { - elog "Optional dependencies:" - optfeature "compiling generated files" "app-text/texlive dev-texlive/texlive-latexextra dev-texlive/texlive-mathscience" - optfeature "matplotlib support" dev-python/matplotlib - optfeature "numpy support" dev-python/numpy - optfeature "quantities support" dev-python/quantities -} diff --git a/dev-python/pylatex/pylatex-1.4.1.ebuild b/dev-python/pylatex/pylatex-1.4.1.ebuild index f7b9a7e488dc..310d24af93f7 100644 --- a/dev-python/pylatex/pylatex-1.4.1.ebuild +++ b/dev-python/pylatex/pylatex-1.4.1.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="examples" RDEPEND=" |