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

2023-11-24 Thread Sam James
commit: 266ec71116bb2cabe0e69d69f3c246b4bfae1bb5
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 25 03:59:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 25 03:59:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=266ec711

dev-python/pylatex: Keyword 1.4.2 arm64, #918008

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

 dev-python/pylatex/pylatex-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylatex/pylatex-1.4.2.ebuild 
b/dev-python/pylatex/pylatex-1.4.2.ebuild
index 9e0084f70d18..ee6078ffc292 100644
--- a/dev-python/pylatex/pylatex-1.4.2.ebuild
+++ b/dev-python/pylatex/pylatex-1.4.2.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="examples"
 
 RDEPEND="



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

2023-11-06 Thread Michał Górny
commit: 31342988438da1adc1b32e87feb33d4e7e0dcb2f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov  7 05:20:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov  7 05:29:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31342988

dev-python/pylatex: Remove old

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

 dev-python/pylatex/Manifest |  1 -
 dev-python/pylatex/pylatex-1.4.1.ebuild | 59 -
 2 files changed, 60 deletions(-)

diff --git a/dev-python/pylatex/Manifest b/dev-python/pylatex/Manifest
index 1b21a4292d95..de252896d2ec 100644
--- a/dev-python/pylatex/Manifest
+++ b/dev-python/pylatex/Manifest
@@ -1,2 +1 @@
 DIST PyLaTeX-1.4.2.gh.tar.gz 307158 BLAKE2B 
bc20478759fc8315fd7fa2161d1638035c0dad4731c4cb254c78dfc45da2b361b3864d2ec04d6eb8fd7947e9908610eb010edff95666abba6a9f6da4cb4b
 SHA512 
dcbe58de0ab715d6fbb571a7ad3981c875eacd08d06244b8715fa240df6f8f072417ae076a5caee204e000bf7eb55097b9ba49eddb5ce666470e494c15aa88ed
-DIST pylatex-1.4.1.tar.gz 301482 BLAKE2B 
c68c8bbf70c5099b3c3146922afe94dcf4f90bfc8644fa165ee27835f4a24642645f9849f2f9fd69656dc07dcc4807869275aacf33a1e5b9c59e539801f8e821
 SHA512 
55a5734e4d239cef4bcaafa0ba64eea013ba3e86d137de5a5f8311d70c949d783e2e7aad24d39d16a6febbe4bddc34e47248068e1328fe3f95f39a7c7019a3a9

diff --git a/dev-python/pylatex/pylatex-1.4.1.ebuild 
b/dev-python/pylatex/pylatex-1.4.1.ebuild
deleted file mode 100644
index 55e919e2046a..
--- a/dev-python/pylatex/pylatex-1.4.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="PyLaTeX"
-MY_P="${MY_PN}-${PV}"
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-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_prepare_all() {
-   sed -i -e 's:description-file:description_file:' setup.cfg || die # bug 
798381
-
-   distutils-r1_python_prepare_all
-}
-
-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() {
-   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
-}



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

2023-11-06 Thread Sam James
commit: c926f6442727a459c7aa83a821e6cb294ebdc82e
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov  6 21:35:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov  6 21:35:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c926f644

dev-python/pylatex: Stabilize 1.4.2 ALLARCHES, #916972

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

 dev-python/pylatex/pylatex-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylatex/pylatex-1.4.2.ebuild 
b/dev-python/pylatex/pylatex-1.4.2.ebuild
index 3dcf4d512a4e..9e0084f70d18 100644
--- a/dev-python/pylatex/pylatex-1.4.2.ebuild
+++ b/dev-python/pylatex/pylatex-1.4.2.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="examples"
 
 RDEPEND="



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

2023-11-06 Thread Michał Górny
commit: 4e744c084823f62c52267fdea4eb036c58bfa4d5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  6 17:52:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  6 18:18:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e744c08

dev-python/pylatex: Enable py3.12

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

 dev-python/pylatex/pylatex-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylatex/pylatex-1.4.2.ebuild 
b/dev-python/pylatex/pylatex-1.4.2.ebuild
index 64beb6cf7322..3dcf4d512a4e 100644
--- a/dev-python/pylatex/pylatex-1.4.2.ebuild
+++ b/dev-python/pylatex/pylatex-1.4.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 optfeature



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

2023-10-19 Thread Michał Górny
commit: 404d0c22a839dd91ed536238a951861def5f58c6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 04:24:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 04:41:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404d0c22

dev-python/pylatex: Bump to 1.4.2

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

 dev-python/pylatex/Manifest |  1 +
 dev-python/pylatex/pylatex-1.4.2.ebuild | 69 +
 2 files changed, 70 insertions(+)

diff --git a/dev-python/pylatex/Manifest b/dev-python/pylatex/Manifest
index a532a7052bb2..1b21a4292d95 100644
--- a/dev-python/pylatex/Manifest
+++ b/dev-python/pylatex/Manifest
@@ -1 +1,2 @@
+DIST PyLaTeX-1.4.2.gh.tar.gz 307158 BLAKE2B 
bc20478759fc8315fd7fa2161d1638035c0dad4731c4cb254c78dfc45da2b361b3864d2ec04d6eb8fd7947e9908610eb010edff95666abba6a9f6da4cb4b
 SHA512 
dcbe58de0ab715d6fbb571a7ad3981c875eacd08d06244b8715fa240df6f8f072417ae076a5caee204e000bf7eb55097b9ba49eddb5ce666470e494c15aa88ed
 DIST pylatex-1.4.1.tar.gz 301482 BLAKE2B 
c68c8bbf70c5099b3c3146922afe94dcf4f90bfc8644fa165ee27835f4a24642645f9849f2f9fd69656dc07dcc4807869275aacf33a1e5b9c59e539801f8e821
 SHA512 
55a5734e4d239cef4bcaafa0ba64eea013ba3e86d137de5a5f8311d70c949d783e2e7aad24d39d16a6febbe4bddc34e47248068e1328fe3f95f39a7c7019a3a9

diff --git a/dev-python/pylatex/pylatex-1.4.2.ebuild 
b/dev-python/pylatex/pylatex-1.4.2.ebuild
new file mode 100644
index ..64beb6cf7322
--- /dev/null
+++ b/dev-python/pylatex/pylatex-1.4.2.ebuild
@@ -0,0 +1,69 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature
+
+MY_P="PyLaTeX-${PV}"
+DESCRIPTION="A Python library for creating LaTeX files and snippets"
+HOMEPAGE="
+   https://github.com/JelteF/PyLaTeX/
+   https://pypi.org/project/PyLaTeX/
+"
+SRC_URI="
+   https://github.com/JelteF/PyLaTeX/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+RDEPEND="
+   dev-python/ordered-set[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/quantities[${PYTHON_USEDEP}]
+   app-text/texlive
+   dev-texlive/texlive-latexextra
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # bug 798381
+   sed -i -e 's:description-file:description_file:' setup.cfg || die
+
+   distutils-r1_python_prepare_all
+}
+
+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() {
+   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
+}



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

2023-02-21 Thread Sam James
commit: 6b8fd445ac10dc41e7f2c6085a0f6c06f8babc70
Author: David Denoncin  denoncin  fr>
AuthorDate: Tue Feb 21 08:42:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 09:28:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8fd445

dev-python/pylatex: enable py3.11

Signed-off-by: David Denoncin  denoncin.fr>
Closes: https://github.com/gentoo/gentoo/pull/29693
Signed-off-by: Sam James  gentoo.org>

 dev-python/pylatex/pylatex-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylatex/pylatex-1.4.1.ebuild 
b/dev-python/pylatex/pylatex-1.4.1.ebuild
index 72df899bed09..55e919e2046a 100644
--- a/dev-python/pylatex/pylatex-1.4.1.ebuild
+++ b/dev-python/pylatex/pylatex-1.4.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 MY_PN="PyLaTeX"
 MY_P="${MY_PN}-${PV}"
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 optfeature



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

2022-04-25 Thread Joonas Niilola
commit: 54a572e89bcfb8f09aa2f0aa6c08201444e160eb
Author: David Denoncin  gmail  com>
AuthorDate: Sun Apr 24 07:55:04 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Apr 25 06:56:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a572e8

dev-python/pylatex: disable py3.7

Signed-off-by: David Denoncin  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25024
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pylatex/pylatex-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylatex/pylatex-1.4.1.ebuild 
b/dev-python/pylatex/pylatex-1.4.1.ebuild
index bb22065092e9..833b1f73d5e3 100644
--- a/dev-python/pylatex/pylatex-1.4.1.ebuild
+++ b/dev-python/pylatex/pylatex-1.4.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 MY_PN="PyLaTeX"
 MY_P="${MY_PN}-${PV}"
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 optfeature



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

2022-04-01 Thread Florian Schmaus
commit: 38d7c365366b50c8b3b0859d5f3aab69672650be
Author: David Denoncin  gmail  com>
AuthorDate: Sat Mar 26 14:18:35 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Fri Apr  1 18:22:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d7c365

dev-python/pylatex: enable py3.10

Signed-off-by: David Denoncin  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24791
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-python/pylatex/pylatex-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylatex/pylatex-1.4.1.ebuild 
b/dev-python/pylatex/pylatex-1.4.1.ebuild
index a177d4c8eac0..bb22065092e9 100644
--- a/dev-python/pylatex/pylatex-1.4.1.ebuild
+++ b/dev-python/pylatex/pylatex-1.4.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 MY_PN="PyLaTeX"
 MY_P="${MY_PN}-${PV}"
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 optfeature



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

2022-04-01 Thread Florian Schmaus
commit: 17c0936aa3eb24f209028a86c2eeaeabdc63b2fe
Author: David Denoncin  gmail  com>
AuthorDate: Sat Mar 26 14:14:09 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Fri Apr  1 18:22:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17c0936a

dev-python/pylatex: update EAPI 7 -> 8

Signed-off-by: David Denoncin  gmail.com>
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-python/pylatex/pylatex-1.4.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/pylatex/pylatex-1.4.1.ebuild 
b/dev-python/pylatex/pylatex-1.4.1.ebuild
index e22369be0021..b244a3c9b078 100644
--- a/dev-python/pylatex/pylatex-1.4.1.ebuild
+++ b/dev-python/pylatex/pylatex-1.4.1.ebuild
@@ -1,12 +1,13 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 MY_PN="PyLaTeX"
 MY_P="${MY_PN}-${PV}"
 
 PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 optfeature
 



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

2022-04-01 Thread Florian Schmaus
commit: 83b8d8e174d2c106a6a6fb583846acb91c1d88c2
Author: David Denoncin  gmail  com>
AuthorDate: Sat Mar 26 14:15:24 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Fri Apr  1 18:22:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b8d8e1

dev-python/pylatex: fix bug 798381

Closes: https://bugs.gentoo.org/798381
Signed-off-by: David Denoncin  gmail.com>
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-python/pylatex/pylatex-1.4.1.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/pylatex/pylatex-1.4.1.ebuild 
b/dev-python/pylatex/pylatex-1.4.1.ebuild
index b244a3c9b078..a177d4c8eac0 100644
--- a/dev-python/pylatex/pylatex-1.4.1.ebuild
+++ b/dev-python/pylatex/pylatex-1.4.1.ebuild
@@ -36,6 +36,12 @@ BDEPEND+="
dev-texlive/texlive-latexextra
)"
 
+python_prepare_all() {
+   sed -i -e 's:description-file:description_file:' setup.cfg || die # bug 
798381
+
+   distutils-r1_python_prepare_all
+}
+
 python_install_all() {
if use examples ; then
dodoc -r examples



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

2020-12-22 Thread Michał Górny
commit: 71eba53e04eb05e5d09ab5be86988f91126d8d00
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 22 20:05:42 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 22 20:06:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71eba53e

dev-python/pylatex: Update remote-id

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

 dev-python/pylatex/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylatex/metadata.xml b/dev-python/pylatex/metadata.xml
index e221947c341..faabdac55f0 100644
--- a/dev-python/pylatex/metadata.xml
+++ b/dev-python/pylatex/metadata.xml
@@ -18,6 +18,6 @@


JelteF/PyLaTeX
-   pylatex
+   PyLaTeX

 



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

2020-12-22 Thread Michał Górny
commit: 12cc4ac14c13369eb1374139df8f077742f74e0d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 22 19:29:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 22 20:06:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12cc4ac1

dev-python/pylatex: Remove old

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

 dev-python/pylatex/Manifest |  1 -
 dev-python/pylatex/pylatex-1.4.0.ebuild | 53 -
 2 files changed, 54 deletions(-)

diff --git a/dev-python/pylatex/Manifest b/dev-python/pylatex/Manifest
index 772b2cf8d0a..a532a7052bb 100644
--- a/dev-python/pylatex/Manifest
+++ b/dev-python/pylatex/Manifest
@@ -1,2 +1 @@
-DIST pylatex-1.4.0.tar.gz 301148 BLAKE2B 
4d1fa6add43556b7b2c1ff13b3bc2130d06018499197c3d1f40c9180f4346e774d69c2a356d5eab6c8686957ebafac71a78506553cf7cd3cd57d03c0e0d1
 SHA512 
0d9ab3e733c50b5a4dd7a6758193645c5532c9153972bbed244e3f7e2d6a946bd36af428197f9cdd1a3256f4cc0db5dc78248973f9b330684ce8651c4a59ad91
 DIST pylatex-1.4.1.tar.gz 301482 BLAKE2B 
c68c8bbf70c5099b3c3146922afe94dcf4f90bfc8644fa165ee27835f4a24642645f9849f2f9fd69656dc07dcc4807869275aacf33a1e5b9c59e539801f8e821
 SHA512 
55a5734e4d239cef4bcaafa0ba64eea013ba3e86d137de5a5f8311d70c949d783e2e7aad24d39d16a6febbe4bddc34e47248068e1328fe3f95f39a7c7019a3a9

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 310d24af93f..000
--- 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
-}



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

2020-12-22 Thread Sam James
commit: 00d231a174ba8e08f74694740c524edb2b095a29
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 22 19:02:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 22 19:02:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d231a1

dev-python/pylatex: Stabilize 1.4.1 ALLARCHES, #761259

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

 dev-python/pylatex/pylatex-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylatex/pylatex-1.4.1.ebuild 
b/dev-python/pylatex/pylatex-1.4.1.ebuild
index 391582ab1d0..310d24af93f 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="



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

2020-12-22 Thread Sam James
commit: bbed9539cccffbe403436c043fffc430b77cee0d
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 22 19:01:38 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 22 19:01:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbed9539

dev-python/pylatex: mark ALLARCHES

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

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

diff --git a/dev-python/pylatex/metadata.xml b/dev-python/pylatex/metadata.xml
index e2160561b19..e221947c341 100644
--- a/dev-python/pylatex/metadata.xml
+++ b/dev-python/pylatex/metadata.xml
@@ -10,6 +10,7 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   

PyLaTeX is a Python library for creating and compiling LaTeX 
files or snippets. The goal of this library is being an easy, 



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

2020-12-22 Thread Sam James
commit: 8e171bf26cb2d527a8fd9d968554ada90735c9f4
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 22 18:56:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 22 18:56:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e171bf2

dev-python/pylatex: Stabilize 1.4.1 amd64, #761259

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

 dev-python/pylatex/pylatex-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylatex/pylatex-1.4.1.ebuild 
b/dev-python/pylatex/pylatex-1.4.1.ebuild
index f7b9a7e488d..391582ab1d0 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="



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

2020-11-22 Thread Joonas Niilola
commit: 0151931f473eaadd14e3be2bf496e15dfccb280d
Author: David Denoncin  gmail  com>
AuthorDate: Tue Nov 17 21:12:24 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Nov 22 09:11:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0151931f

dev-python/pylatex: drop old v1.3.3

Package-Manager: Portage-3.0.8, Repoman-2.3.23
Signed-off-by: David Denoncin  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pylatex/Manifest |  1 -
 dev-python/pylatex/pylatex-1.3.3.ebuild | 54 -
 2 files changed, 55 deletions(-)

diff --git a/dev-python/pylatex/Manifest b/dev-python/pylatex/Manifest
index 65c065d5f20..af0110d4768 100644
--- a/dev-python/pylatex/Manifest
+++ b/dev-python/pylatex/Manifest
@@ -1,2 +1 @@
-DIST pylatex-1.3.3.tar.gz 300639 BLAKE2B 
ac8fad8fa7e6e821cda168f3ae8ffb5acec21d688761b153ef2f9383b6a2f2ac7daea65f04389eb1ba3152fc50176d73cb814a78d2b5250ead2c6647eb96635a
 SHA512 
12f51805996d84840f68844b79384ce4d2c29dde4db06f73b8887fe012abeaa4b9c5cf5e449132e626132b50ba26f014a899d548e3c0def25289671fd92e41a6
 DIST pylatex-1.4.0.tar.gz 301148 BLAKE2B 
4d1fa6add43556b7b2c1ff13b3bc2130d06018499197c3d1f40c9180f4346e774d69c2a356d5eab6c8686957ebafac71a78506553cf7cd3cd57d03c0e0d1
 SHA512 
0d9ab3e733c50b5a4dd7a6758193645c5532c9153972bbed244e3f7e2d6a946bd36af428197f9cdd1a3256f4cc0db5dc78248973f9b330684ce8651c4a59ad91

diff --git a/dev-python/pylatex/pylatex-1.3.3.ebuild 
b/dev-python/pylatex/pylatex-1.3.3.ebuild
deleted file mode 100644
index deb15e20bc0..000
--- a/dev-python/pylatex/pylatex-1.3.3.ebuild
+++ /dev/null
@@ -1,54 +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"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples"
-
-RDEPEND="
-   dev-python/ordered-set[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests nose
-
-BDEPEND+="
-   test? (
-   dev-python/quantities[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   app-text/texlive
-   dev-texlive/texlive-latexextra
-   )"
-
-S="${WORKDIR}/${MY_P}"
-
-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
-}



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

2020-11-22 Thread Joonas Niilola
commit: 4c6ec2c7b70f40cda50ee192b58f39c7467f801f
Author: David Denoncin  gmail  com>
AuthorDate: Tue Nov 17 21:14:49 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Nov 22 09:11:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6ec2c7

dev-python/pylatex: vbump 1.4.1

Package-Manager: Portage-3.0.8, Repoman-2.3.23
Signed-off-by: David Denoncin  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18309
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pylatex/Manifest |  1 +
 dev-python/pylatex/pylatex-1.4.1.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/dev-python/pylatex/Manifest b/dev-python/pylatex/Manifest
index af0110d4768..772b2cf8d0a 100644
--- a/dev-python/pylatex/Manifest
+++ b/dev-python/pylatex/Manifest
@@ -1 +1,2 @@
 DIST pylatex-1.4.0.tar.gz 301148 BLAKE2B 
4d1fa6add43556b7b2c1ff13b3bc2130d06018499197c3d1f40c9180f4346e774d69c2a356d5eab6c8686957ebafac71a78506553cf7cd3cd57d03c0e0d1
 SHA512 
0d9ab3e733c50b5a4dd7a6758193645c5532c9153972bbed244e3f7e2d6a946bd36af428197f9cdd1a3256f4cc0db5dc78248973f9b330684ce8651c4a59ad91
+DIST pylatex-1.4.1.tar.gz 301482 BLAKE2B 
c68c8bbf70c5099b3c3146922afe94dcf4f90bfc8644fa165ee27835f4a24642645f9849f2f9fd69656dc07dcc4807869275aacf33a1e5b9c59e539801f8e821
 SHA512 
55a5734e4d239cef4bcaafa0ba64eea013ba3e86d137de5a5f8311d70c949d783e2e7aad24d39d16a6febbe4bddc34e47248068e1328fe3f95f39a7c7019a3a9

diff --git a/dev-python/pylatex/pylatex-1.4.1.ebuild 
b/dev-python/pylatex/pylatex-1.4.1.ebuild
new file mode 100644
index 000..f7b9a7e488d
--- /dev/null
+++ b/dev-python/pylatex/pylatex-1.4.1.ebuild
@@ -0,0 +1,53 @@
+# 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
+}



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

2020-11-10 Thread Joonas Niilola
commit: b775a5cc99444d8e25fc66fb8a581412a3bd706b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Nov 10 08:10:32 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Nov 10 08:12:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b775a5cc

dev-python/pylatex: stabilize 1.4.0 on amd64

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

 dev-python/pylatex/pylatex-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylatex/pylatex-1.4.0.ebuild 
b/dev-python/pylatex/pylatex-1.4.0.ebuild
index f7b9a7e488d..391582ab1d0 100644
--- a/dev-python/pylatex/pylatex-1.4.0.ebuild
+++ b/dev-python/pylatex/pylatex-1.4.0.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="examples"
 
 RDEPEND="



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

2020-11-10 Thread Joonas Niilola
commit: ede9832a9ebb32ac7b0c1b9a74c7d9fe1c20e7af
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Nov 10 08:11:03 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Nov 10 08:12:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede9832a

dev-python/pylatex: stabilize 1.4.0 on x86

Closes: https://bugs.gentoo.org/753716
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pylatex/pylatex-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylatex/pylatex-1.4.0.ebuild 
b/dev-python/pylatex/pylatex-1.4.0.ebuild
index 391582ab1d0..310d24af93f 100644
--- a/dev-python/pylatex/pylatex-1.4.0.ebuild
+++ b/dev-python/pylatex/pylatex-1.4.0.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="examples"
 
 RDEPEND="



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

2020-10-07 Thread Joonas Niilola
commit: 1971e0140be8e6d90d43356c3f98af6eed816041
Author: David Denoncin  gmail  com>
AuthorDate: Wed Sep  2 18:33:17 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Oct  7 08:41:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1971e014

dev-python/pylatex: vbump 1.4.0

Use pytest as test runner

Put S variable in right place

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: David Denoncin  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17388
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pylatex/Manifest |  1 +
 dev-python/pylatex/pylatex-1.4.0.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/dev-python/pylatex/Manifest b/dev-python/pylatex/Manifest
index 9a089da0738..65c065d5f20 100644
--- a/dev-python/pylatex/Manifest
+++ b/dev-python/pylatex/Manifest
@@ -1 +1,2 @@
 DIST pylatex-1.3.3.tar.gz 300639 BLAKE2B 
ac8fad8fa7e6e821cda168f3ae8ffb5acec21d688761b153ef2f9383b6a2f2ac7daea65f04389eb1ba3152fc50176d73cb814a78d2b5250ead2c6647eb96635a
 SHA512 
12f51805996d84840f68844b79384ce4d2c29dde4db06f73b8887fe012abeaa4b9c5cf5e449132e626132b50ba26f014a899d548e3c0def25289671fd92e41a6
+DIST pylatex-1.4.0.tar.gz 301148 BLAKE2B 
4d1fa6add43556b7b2c1ff13b3bc2130d06018499197c3d1f40c9180f4346e774d69c2a356d5eab6c8686957ebafac71a78506553cf7cd3cd57d03c0e0d1
 SHA512 
0d9ab3e733c50b5a4dd7a6758193645c5532c9153972bbed244e3f7e2d6a946bd36af428197f9cdd1a3256f4cc0db5dc78248973f9b330684ce8651c4a59ad91

diff --git a/dev-python/pylatex/pylatex-1.4.0.ebuild 
b/dev-python/pylatex/pylatex-1.4.0.ebuild
new file mode 100644
index 000..f7b9a7e488d
--- /dev/null
+++ b/dev-python/pylatex/pylatex-1.4.0.ebuild
@@ -0,0 +1,53 @@
+# 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
+}



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

2020-09-20 Thread Agostino Sarubbo
commit: 732f9dd8561de22448259c301db4fa72ebd3a89d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep 20 20:19:15 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep 20 20:19:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732f9dd8

dev-python/pylatex: amd64 stable wrt bug #737910

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

 dev-python/pylatex/pylatex-1.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylatex/pylatex-1.3.3.ebuild 
b/dev-python/pylatex/pylatex-1.3.3.ebuild
index d755dbceb17..deb15e20bc0 100644
--- a/dev-python/pylatex/pylatex-1.3.3.ebuild
+++ b/dev-python/pylatex/pylatex-1.3.3.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/JelteF/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="examples"
 
 RDEPEND="



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

2020-09-03 Thread Thomas Deutschmann
commit: f9fb766c7e1cbec605e3dd5f5c785c64a2993f82
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Sep  3 14:26:09 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep  3 14:26:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9fb766c

dev-python/pylatex: x86 stable (bug #737910)

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

 dev-python/pylatex/pylatex-1.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylatex/pylatex-1.3.3.ebuild 
b/dev-python/pylatex/pylatex-1.3.3.ebuild
index 624ebdd6af6..5f7c44167e4 100644
--- a/dev-python/pylatex/pylatex-1.3.3.ebuild
+++ b/dev-python/pylatex/pylatex-1.3.3.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/JelteF/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="examples"
 
 RDEPEND="



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

2020-07-19 Thread Joonas Niilola
commit: 93a0a85dde90da52339416659588b8d541963821
Author: David Denoncin  gmail  com>
AuthorDate: Fri Jul 17 08:44:35 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jul 19 10:43:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a0a85d

dev-python/pylatex: new package

This package allows the generation of LaTeX files or snippets from
python code

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Denoncin  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16505
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pylatex/Manifest |  1 +
 dev-python/pylatex/metadata.xml | 22 ++
 dev-python/pylatex/pylatex-1.3.3.ebuild | 54 +
 3 files changed, 77 insertions(+)

diff --git a/dev-python/pylatex/Manifest b/dev-python/pylatex/Manifest
new file mode 100644
index 000..9a089da0738
--- /dev/null
+++ b/dev-python/pylatex/Manifest
@@ -0,0 +1 @@
+DIST pylatex-1.3.3.tar.gz 300639 BLAKE2B 
ac8fad8fa7e6e821cda168f3ae8ffb5acec21d688761b153ef2f9383b6a2f2ac7daea65f04389eb1ba3152fc50176d73cb814a78d2b5250ead2c6647eb96635a
 SHA512 
12f51805996d84840f68844b79384ce4d2c29dde4db06f73b8887fe012abeaa4b9c5cf5e449132e626132b50ba26f014a899d548e3c0def25289671fd92e41a6

diff --git a/dev-python/pylatex/metadata.xml b/dev-python/pylatex/metadata.xml
new file mode 100644
index 000..e2160561b19
--- /dev/null
+++ b/dev-python/pylatex/metadata.xml
@@ -0,0 +1,22 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   
+   ddenon...@gmail.com
+   David Denoncin
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   PyLaTeX is a Python library for creating and compiling LaTeX 
+   files or snippets. The goal of this library is being an easy, 
+   but extensible interface between Python and LaTeX.
+   
+   
+   JelteF/PyLaTeX
+   pylatex
+   
+

diff --git a/dev-python/pylatex/pylatex-1.3.3.ebuild 
b/dev-python/pylatex/pylatex-1.3.3.ebuild
new file mode 100644
index 000..5a39f5d23f1
--- /dev/null
+++ b/dev-python/pylatex/pylatex-1.3.3.ebuild
@@ -0,0 +1,54 @@
+# 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 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 -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+RDEPEND="
+   dev-python/ordered-set[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests nose
+
+BDEPEND+="
+   test? (
+   dev-python/quantities[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   app-text/texlive
+   dev-texlive/texlive-latexextra
+)"
+
+S="${WORKDIR}/${MY_P}"
+
+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
+}



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

2020-07-19 Thread Joonas Niilola
commit: 68a11f6edb85a7d653b743f8e0564a35376205ee
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Jul 19 10:07:59 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jul 19 10:43:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a11f6e

dev-python/pylatex: fix indendation on 1.3.3

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

 dev-python/pylatex/pylatex-1.3.3.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/pylatex/pylatex-1.3.3.ebuild 
b/dev-python/pylatex/pylatex-1.3.3.ebuild
index 5a39f5d23f1..624ebdd6af6 100644
--- a/dev-python/pylatex/pylatex-1.3.3.ebuild
+++ b/dev-python/pylatex/pylatex-1.3.3.ebuild
@@ -27,12 +27,12 @@ distutils_enable_tests nose
 
 BDEPEND+="
test? (
-   dev-python/quantities[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   app-text/texlive
-   dev-texlive/texlive-latexextra
-)"
+   dev-python/quantities[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   app-text/texlive
+   dev-texlive/texlive-latexextra
+   )"
 
 S="${WORKDIR}/${MY_P}"