diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-05 13:49:12 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-05 13:49:12 +0000 |
| commit | e41cee9e94ed01768eacae2ebd379667f7dcfcdf (patch) | |
| tree | a657ccff4e5c9c3926ecbe23f5c6beccf7260aa5 /dev-python | |
| parent | 0685d6c304a3d62d677d76a6dc222e7d8f39f472 (diff) | |
| download | baldeagleos-repo-e41cee9e94ed01768eacae2ebd379667f7dcfcdf.tar.gz baldeagleos-repo-e41cee9e94ed01768eacae2ebd379667f7dcfcdf.tar.xz baldeagleos-repo-e41cee9e94ed01768eacae2ebd379667f7dcfcdf.zip | |
Adding metadata
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/exdown/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/exdown/exdown-0.8.8.ebuild | 25 | ||||
| -rw-r--r-- | dev-python/greenlet/greenlet-1.0.0.ebuild | 5 | ||||
| -rw-r--r-- | dev-python/pmw/pmw-2.0.1-r2.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/pypam/files/PyPAM-0.5.0-dealloc.patch | 6 | ||||
| -rw-r--r-- | dev-python/pypam/files/PyPAM-0.5.0-memory-errors.patch | 6 | ||||
| -rw-r--r-- | dev-python/pypam/files/PyPAM-0.5.0-return-value.patch | 6 | ||||
| -rw-r--r-- | dev-python/pypam/files/PyPAM-python3-support.patch | 12 | ||||
| -rw-r--r-- | dev-python/pypam/files/pypam-0.5.0-stricter.patch | 4 | ||||
| -rw-r--r-- | dev-python/pypam/pypam-0.5.0-r6.ebuild | 14 | ||||
| -rw-r--r-- | dev-python/pyvirtualdisplay/metadata.xml | 1 | ||||
| -rw-r--r-- | dev-python/regex/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/regex/regex-2021.4.4.ebuild | 28 | ||||
| -rw-r--r-- | dev-python/tvdb_api/metadata.xml | 1 | ||||
| -rw-r--r-- | dev-python/wsaccel/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/wsaccel/wsaccel-0.6.2_p20170108.ebuild | 24 |
16 files changed, 83 insertions, 54 deletions
diff --git a/dev-python/exdown/Manifest b/dev-python/exdown/Manifest index 92b9f5747a03..d7c1439034f5 100644 --- a/dev-python/exdown/Manifest +++ b/dev-python/exdown/Manifest @@ -1 +1,2 @@ DIST exdown-0.8.6.tar.gz 5480 BLAKE2B fe383a2092691afdb2a3fd8cfeffb78f62b23bd4dc8f8d5365102084acc8670c9f2bc3e4a0ade95a50ceffc5cc142c39dbd3e505678a238d6f39b82f6553071a SHA512 28cd68ed99d24c79a7764f7603242f2b1426f119864d39424b1326cecc5bc922ed610133099e7d03d384c485f4f67d1fefcaadee4e1f69ac8ece08136eb858e9 +DIST exdown-0.8.8.tar.gz 5523 BLAKE2B b53f23ebf133ad75973298b9b98c3f85f63802a9a302e92dda1446f0d686ba4eecd4fa72056d331b6e6caca5e066ec032a31fbfa3e74c1dba39ed007cf116480 SHA512 f5ef32b15720091c459110d6c9644b8dfcc84f6fd117f8433380704e93848cac0c9a3709d879bc42561474dd46b2035bc2be2f7e0bb5207a40ceb26ce4577b4a diff --git a/dev-python/exdown/exdown-0.8.8.ebuild b/dev-python/exdown/exdown-0.8.8.ebuild new file mode 100644 index 000000000000..b7655334a99c --- /dev/null +++ b/dev-python/exdown/exdown-0.8.8.ebuild @@ -0,0 +1,25 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=pyproject.toml +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) + +inherit distutils-r1 virtualx + +DESCRIPTION="Extract code blocks from markdown" +HOMEPAGE="https://github.com/nschloe/exdown" +SRC_URI="https://github.com/nschloe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/importlib_metadata[${PYTHON_USEDEP}] + ' python3_7) +" + +distutils_enable_tests pytest diff --git a/dev-python/greenlet/greenlet-1.0.0.ebuild b/dev-python/greenlet/greenlet-1.0.0.ebuild index d3097b488186..63d0ab2f563f 100644 --- a/dev-python/greenlet/greenlet-1.0.0.ebuild +++ b/dev-python/greenlet/greenlet-1.0.0.ebuild @@ -16,9 +16,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 -hppa -ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" -distutils_enable_sphinx doc --no-autodoc +distutils_enable_sphinx docs python_test() { - "${EPYTHON}" -m unittest discover -v greenlet.tests || - die "Tests failed with ${EPYTHON}" + eunittest greenlet.tests } diff --git a/dev-python/pmw/pmw-2.0.1-r2.ebuild b/dev-python/pmw/pmw-2.0.1-r2.ebuild index 91acced7c794..7a909a97e2f8 100644 --- a/dev-python/pmw/pmw-2.0.1-r2.ebuild +++ b/dev-python/pmw/pmw-2.0.1-r2.ebuild @@ -34,7 +34,7 @@ python_test() { cp tests/{flagup.bmp,earthris.gif} . || die for test in tests/*_test.py; do echo "running test "$test - PYTHONPATH=tests:../../ virtualmake $test || die + PYTHONPATH=tests:../../ virtx emake -j1 $test || die done } diff --git a/dev-python/pypam/files/PyPAM-0.5.0-dealloc.patch b/dev-python/pypam/files/PyPAM-0.5.0-dealloc.patch index b73dd0b08c59..596491c46bcd 100644 --- a/dev-python/pypam/files/PyPAM-0.5.0-dealloc.patch +++ b/dev-python/pypam/files/PyPAM-0.5.0-dealloc.patch @@ -1,6 +1,6 @@ -diff -up PyPAM-0.5.0/PAMmodule.c.dealloc PyPAM-0.5.0/PAMmodule.c ---- PyPAM-0.5.0/PAMmodule.c.dealloc 2011-01-17 22:48:22.000000000 +0100 -+++ PyPAM-0.5.0/PAMmodule.c 2011-01-18 21:24:59.000000000 +0100 +diff -up a/PAMmodule.c b/PAMmodule.c +--- a/PAMmodule.c ++++ b/PAMmodule.c @@ -538,10 +538,11 @@ static void PyPAM_dealloc(PyPAMObject *s free(self->service); free(self->user); diff --git a/dev-python/pypam/files/PyPAM-0.5.0-memory-errors.patch b/dev-python/pypam/files/PyPAM-0.5.0-memory-errors.patch index 6e0b4c0dce4b..6da3dd6eb7d6 100644 --- a/dev-python/pypam/files/PyPAM-0.5.0-memory-errors.patch +++ b/dev-python/pypam/files/PyPAM-0.5.0-memory-errors.patch @@ -1,6 +1,6 @@ -diff -up PyPAM-0.5.0/PAMmodule.c.memory PyPAM-0.5.0/PAMmodule.c ---- PyPAM-0.5.0/PAMmodule.c.memory 2012-05-07 17:22:54.503914026 +0200 -+++ PyPAM-0.5.0/PAMmodule.c 2012-05-07 17:23:15.644381942 +0200 +diff -up a/PAMmodule.c b/PAMmodule.c +--- a/PAMmodule.c ++++ b/PAMmodule.c @@ -37,33 +37,48 @@ static void PyPAM_Err(PyPAMObject *self, err_msg = pam_strerror(self->pamh, result); diff --git a/dev-python/pypam/files/PyPAM-0.5.0-return-value.patch b/dev-python/pypam/files/PyPAM-0.5.0-return-value.patch index 6e771e9949a3..3773d6fafd20 100644 --- a/dev-python/pypam/files/PyPAM-0.5.0-return-value.patch +++ b/dev-python/pypam/files/PyPAM-0.5.0-return-value.patch @@ -1,6 +1,6 @@ -diff -up PyPAM-0.5.0/PAMmodule.c.retval PyPAM-0.5.0/PAMmodule.c ---- PyPAM-0.5.0/PAMmodule.c.retval 2012-05-04 21:47:51.000000000 +0200 -+++ PyPAM-0.5.0/PAMmodule.c 2012-05-07 09:42:27.690963206 +0200 +diff -up a/PAMmodule.c b/PAMmodule.c +--- a/PAMmodule.c ++++ b/PAMmodule.c @@ -248,7 +248,7 @@ static PyObject * PyPAM_setcred(PyObject result = pam_setcred(_self->pamh, flags); diff --git a/dev-python/pypam/files/PyPAM-python3-support.patch b/dev-python/pypam/files/PyPAM-python3-support.patch index 2aec60eabdf4..a4100953631f 100644 --- a/dev-python/pypam/files/PyPAM-python3-support.patch +++ b/dev-python/pypam/files/PyPAM-python3-support.patch @@ -1,5 +1,5 @@ ---- PAMmodule.c.python3 2014-06-24 11:29:10.958299393 +0200 -+++ PAMmodule.c 2014-06-24 15:20:02.728118493 +0200 +--- a/PAMmodule.c ++++ b(PAMmodule.c @@ -15,6 +15,14 @@ #include <stdio.h> #include <dlfcn.h> @@ -167,8 +167,8 @@ + return m; +#endif } ---- setup.py.python3 2014-06-24 15:58:07.792172439 +0200 -+++ setup.py 2014-06-24 15:58:13.714909021 +0200 +--- a/setup.py ++++ b/setup.py @@ -12,7 +12,7 @@ license='LGPL', ext_modules=[ @@ -178,8 +178,8 @@ ['PAMmodule.c'], libraries=['pam', 'pam_misc'], extra_compile_args = ['-std=c99'], ---- tests/PamTest.py.python3 2014-06-24 16:54:28.902998249 +0200 -+++ tests/PamTest.py 2014-06-24 17:07:11.392094775 +0200 +--- a/tests/PamTest.py ++++ b/tests/PamTest.py @@ -41,13 +41,13 @@ def test_userdata_default(self): """The default value for userdata is None.""" diff --git a/dev-python/pypam/files/pypam-0.5.0-stricter.patch b/dev-python/pypam/files/pypam-0.5.0-stricter.patch index 453910349134..2ebe2d0af953 100644 --- a/dev-python/pypam/files/pypam-0.5.0-stricter.patch +++ b/dev-python/pypam/files/pypam-0.5.0-stricter.patch @@ -1,6 +1,6 @@ === modified file 'PAMmodule.c' ---- PAMmodule.c 2007-05-28 17:50:59 +0000 -+++ PAMmodule.c 2007-05-28 18:13:33 +0000 +--- a/PAMmodule.c ++++ b/PAMmodule.c @@ -9,8 +9,9 @@ +#include <Python.h> diff --git a/dev-python/pypam/pypam-0.5.0-r6.ebuild b/dev-python/pypam/pypam-0.5.0-r6.ebuild index 98351df7489c..57a7c877689f 100644 --- a/dev-python/pypam/pypam-0.5.0-r6.ebuild +++ b/dev-python/pypam/pypam-0.5.0-r6.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) +EAPI=7 +DISTUTILS_USE_SETUPTOOLS=no +MY_P="PyPAM-${PV}" +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit distutils-r1 flag-o-matic -MY_PN="PyPAM" -MY_P="${MY_PN}-${PV}" - DESCRIPTION="Python Bindings for PAM (Pluggable Authentication Modules)" HOMEPAGE="http://www.pangalactic.org/PyPAM" SRC_URI="http://www.pangalactic.org/PyPAM/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2.1" SLOT="0" @@ -21,8 +21,6 @@ IUSE="" DEPEND=">=sys-libs/pam-0.64" RDEPEND="${DEPEND}" -S="${WORKDIR}/${MY_P}" - DOCS=( AUTHORS examples/pamtest.py ) PATCHES=( diff --git a/dev-python/pyvirtualdisplay/metadata.xml b/dev-python/pyvirtualdisplay/metadata.xml index 884452419924..d92aad95ad13 100644 --- a/dev-python/pyvirtualdisplay/metadata.xml +++ b/dev-python/pyvirtualdisplay/metadata.xml @@ -17,4 +17,5 @@ <remote-id type="pypi">PyVirtualDisplay</remote-id> </upstream> <origin>gentoo-staging</origin> + <stabilize-allarches/> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/regex/Manifest b/dev-python/regex/Manifest index d636562b4093..b7b649cac0ee 100644 --- a/dev-python/regex/Manifest +++ b/dev-python/regex/Manifest @@ -1,2 +1,3 @@ DIST regex-2020.4.4.tar.gz 695848 BLAKE2B 0dc41e1f1464014bcdc10b7209f7ac0506aeb6a3e09c16b4ca302619aaa8271cb06138627e8ed7f64ff80cf661eb83f07b4514828cf7fa94f21211fc42ae9f7c SHA512 95eadaaffaf87a19b31024ad3cff670d34a31de8b9be430fc276a533a584203842d1634b66a346c4aaecf2407b973bb1ae9c8ee8b48785d03bd5e45a67a271a9 DIST regex-2021.3.17.tar.gz 694380 BLAKE2B 9388038519cc4c11a332dd1fc9b4f742af3f69453890e148971105bb4a5e73f562f7eaa4e2533548066e87aade2f64b507a6e65cd4b0070a26733fa2675190ea SHA512 3eb5e307e5e3656ea88de9f762522412192c687d0f0a4175dd1c605c9142386b98035b177f73c8c0daf10e629e9a3a3cf8851a25cbe6f10a018ba252cb348b1b +DIST regex-2021.4.4.tar.gz 693187 BLAKE2B a13a51a883599f726c20cdbf28d5b0f1a53d8f2eec5f4047da0ede2951694507c5065de5a84152510874db087c342d52f19d920a7b72c034325ddc91f5fb75ac SHA512 2eff9867639f16ad7894997f399262d653a9ef0bb4e8d40bd977e5c55625cf57b4bb593f84504009a0b3cd50b3876d1938c71fd733c0ad1a076de32b6b4b33b9 diff --git a/dev-python/regex/regex-2021.4.4.ebuild b/dev-python/regex/regex-2021.4.4.ebuild new file mode 100644 index 000000000000..72ecf32fa0e6 --- /dev/null +++ b/dev-python/regex/regex-2021.4.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) + +inherit distutils-r1 flag-o-matic + +DESCRIPTION="Alternative regular expression module to replace re" +HOMEPAGE="https://bitbucket.org/mrabarnett/mrab-regex" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +IUSE="doc" + +python_test() { + eunittest -s "${BUILD_DIR}"/lib +} + +python_install_all() { + use doc && local HTML_DOCS=( docs/Features.html ) + local DOCS=( README.rst docs/*.rst ) + + distutils-r1_python_install_all +} diff --git a/dev-python/tvdb_api/metadata.xml b/dev-python/tvdb_api/metadata.xml index 8b4255f63f82..a1af3d6b9938 100644 --- a/dev-python/tvdb_api/metadata.xml +++ b/dev-python/tvdb_api/metadata.xml @@ -10,4 +10,5 @@ <remote-id type="pypi">tvdb-api</remote-id> </upstream> <origin>gentoo-staging</origin> + <stabilize-allarches/> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/wsaccel/Manifest b/dev-python/wsaccel/Manifest index 91766826cb0b..701ce88fac1d 100644 --- a/dev-python/wsaccel/Manifest +++ b/dev-python/wsaccel/Manifest @@ -1,2 +1 @@ -DIST wsaccel-0.6.2_p20170108.zip 21344 BLAKE2B ecb8ef7888fb2ca8e6566d2b3fcbd3911a0df5a8c9f4be86a3cffb95afc31603c2477bd983f9d24ee7cf48c33cbcfb10068c38640ee2a888f46402756313cf29 SHA512 d0cf13360bd6cc0b51b8bee1d36a8ee544816c318e828bf6129ff85827636642cfebae4ef0e99d841cdf64f6c67006a649994804aa42d3d76e977a861aafb3b9 DIST wsaccel-0.6.3.tar.gz 9723 BLAKE2B 75da0f27e07b52ed730d239ef807da7ba9dd342144ca2e78c32dc09b20c1ebfc006aa9969b1f811d172ca18b75533a4560a29112e56d6dfd472117a0d072fc8e SHA512 0fe97c7fa94cec1b9cf019507f55ce633a9b4bda86329937cddcfa25ba94755010813688cda77ee4fea1c50918e45cd50770bb27e7583e630c46e84d27c155da diff --git a/dev-python/wsaccel/wsaccel-0.6.2_p20170108.ebuild b/dev-python/wsaccel/wsaccel-0.6.2_p20170108.ebuild deleted file mode 100644 index cea17b04c96c..000000000000 --- a/dev-python/wsaccel/wsaccel-0.6.2_p20170108.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -COMMIT="0fbd074c257c51b73de05b25ccb6488801320a32" -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) - -inherit distutils-r1 - -DESCRIPTION="Accelerator for ws4py, autobahn and tornado" -HOMEPAGE="https://pypi.org/project/wsaccel/ https://github.com/methane/wsaccel" -SRC_URI="https://github.com/methane/wsaccel/archive/${COMMIT}.zip -> ${P}.zip" -S="${WORKDIR}/${PN}-${COMMIT}" - -SLOT="0" -LICENSE="Apache-2.0" -KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux" - -DEPEND=" - dev-python/cython[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest |
