diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-11-09 12:26:46 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-11-09 12:26:46 +0000 |
| commit | 1965c3674e370d2b162e5235dd415e4a6f6bdab4 (patch) | |
| tree | 76be5115fb11194a9374ea437e73802c8974968a /dev-python | |
| parent | aa1ec1f5fa82ac013d1997cfd79b1e1ef84a66e7 (diff) | |
| download | baldeagleos-repo-1965c3674e370d2b162e5235dd415e4a6f6bdab4.tar.gz baldeagleos-repo-1965c3674e370d2b162e5235dd415e4a6f6bdab4.tar.xz baldeagleos-repo-1965c3674e370d2b162e5235dd415e4a6f6bdab4.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/certifi/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/certifi/certifi-2020.06.20.ebuild | 35 | ||||
| -rw-r--r-- | dev-python/certifi/certifi-2020.11.08.ebuild (renamed from dev-python/certifi/certifi-2020.06.20-r1.ebuild) | 0 | ||||
| -rw-r--r-- | dev-python/chart-studio/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/chart-studio/chart-studio-1.1.0.ebuild | 23 | ||||
| -rw-r--r-- | dev-python/chart-studio/metadata.xml | 21 | ||||
| -rw-r--r-- | dev-python/diskcache/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/diskcache/diskcache-5.1.0.ebuild | 37 | ||||
| -rw-r--r-- | dev-python/keep/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/keep/keep-2.10.ebuild | 24 | ||||
| -rw-r--r-- | dev-python/plotly-geo/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/plotly-geo/metadata.xml | 21 | ||||
| -rw-r--r-- | dev-python/plotly-geo/plotly-geo-1.0.0.ebuild | 20 | ||||
| -rw-r--r-- | dev-python/plotly/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/plotly/metadata.xml | 4 | ||||
| -rw-r--r-- | dev-python/plotly/plotly-4.10.0.ebuild | 29 | ||||
| -rw-r--r-- | dev-python/sortedcontainers/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild | 28 |
18 files changed, 214 insertions, 35 deletions
diff --git a/dev-python/certifi/Manifest b/dev-python/certifi/Manifest index f1eb3aa041f3..29346a7d6417 100644 --- a/dev-python/certifi/Manifest +++ b/dev-python/certifi/Manifest @@ -1 +1,2 @@ DIST certifi-2020.06.20.tar.gz 156623 BLAKE2B 16bf90d96e593cdc15557e51ef9f08637017776cf6cbb8146498f7bc2a2c40d3fc959c2c6724ef29e3ef769842a0936599c3b164a6e72222056e13e6b981bb7b SHA512 2c4f6dc9d7fc68e61a2b92e967217b7b75ec5c2af11eff25d71e4f8f42b1e9fcc8b5da6d6d7ff5aec0429df5dddc5573bd408927290d978bffe606ee62a7e03a +DIST certifi-2020.11.08.tar.gz 155414 BLAKE2B f6b19501db244bed18c2bff1fa4b21a86f1f2ce5c1862b92bfb0dcf9cf507b867f1acf9b8bb634716ef97c09f11d54972955f57919b478f2101dc2842f048bbe SHA512 669435c73a3fc76e9fcae1ed6a8ded67f66cd1e002fc71501ef627170a2349bc8b582e1cedd11101f2e9c49f920dfa81e08702b0369e18dd4184959347abae02 diff --git a/dev-python/certifi/certifi-2020.06.20.ebuild b/dev-python/certifi/certifi-2020.06.20.ebuild deleted file mode 100644 index 5c05a9b39f46..000000000000 --- a/dev-python/certifi/certifi-2020.06.20.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2020 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{5,6,7,8,9} ) - -inherit distutils-r1 prefix readme.gentoo-r1 - -DESCRIPTION="Python package for providing Mozilla's CA Bundle" -HOMEPAGE="https://certifi.io/ https://pypi.org/project/certifi" -SRC_URI="https://github.com/certifi/python-certifi/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="app-misc/ca-certificates" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -S="${WORKDIR}/python-${P}" -python_prepare_all() { - distutils-r1_python_prepare_all - eprefixify certifi/core.py -} - -python_install_all() { - distutils-r1_python_install_all - - local DOC_CONTENTS=" - In Gentoo, we don't use certifi's bundled CA certificates. - Instead we remove bundled cacert.pem and patch certifi - to return system's CA certificates. - " - readme.gentoo_create_doc -} diff --git a/dev-python/certifi/certifi-2020.06.20-r1.ebuild b/dev-python/certifi/certifi-2020.11.08.ebuild index 2b9982e54e1a..2b9982e54e1a 100644 --- a/dev-python/certifi/certifi-2020.06.20-r1.ebuild +++ b/dev-python/certifi/certifi-2020.11.08.ebuild diff --git a/dev-python/chart-studio/Manifest b/dev-python/chart-studio/Manifest new file mode 100644 index 000000000000..dc46b9a16cbf --- /dev/null +++ b/dev-python/chart-studio/Manifest @@ -0,0 +1 @@ +DIST chart-studio-1.1.0.tar.gz 51680 BLAKE2B 02aeb188dae3c1ff73faea891b0a9bef775ecac58e79ec4a43f2c0e0ca1ad71f5ba0cd93bd35779e7358b9495549915e23acb2817cb7ecd3becd4afccec71077 SHA512 1ee049b79df9e5f781cf279f03df718597ef4c0cc0dc02975a16b5a8f34f9330636453868f54e12e9ec8484a23c3481dc6a367995b359e1a4c2363860a962256 diff --git a/dev-python/chart-studio/chart-studio-1.1.0.ebuild b/dev-python/chart-studio/chart-studio-1.1.0.ebuild new file mode 100644 index 000000000000..836413f24857 --- /dev/null +++ b/dev-python/chart-studio/chart-studio-1.1.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="Browser-based graphing library for Python" +HOMEPAGE="https://plot.ly/python/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/plotly[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/retrying[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] +" diff --git a/dev-python/chart-studio/metadata.xml b/dev-python/chart-studio/metadata.xml new file mode 100644 index 000000000000..5a026d9da025 --- /dev/null +++ b/dev-python/chart-studio/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <maintainer type="person"> + <email>gentoo@aisha.cc</email> + <name>Aisha Tammy</name> + </maintainer> + <longdescription lang="en"> + Python plotting library for collaborative, interactive, publication-quality + graphs. Plotly is an online collaborative data analysis and graphing tool. + </longdescription> + <upstream> + <remote-id type="pypi">plotly</remote-id> + <remote-id type="github">plotly/plotly.py</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest index d82cad07665f..8044b48d5efe 100644 --- a/dev-python/diskcache/Manifest +++ b/dev-python/diskcache/Manifest @@ -1 +1,2 @@ DIST diskcache-5.0.3.gh.tar.gz 656486 BLAKE2B be3a7c919287698e4bd7fc6ff4b861729eabeddff47d01f08711f75f72a48d652e798ed511c5aa1cd9952ecbbbd5ebb003663cfd9c0877b812ef421665e080c0 SHA512 41b393ce255747939c68059251c31b5af43ad9c7fbcfe9288193c501a3a7d070b8db0863e1abd10f16db574565719b2357a7b10371428ed3f37f7de754b16ab6 +DIST diskcache-5.1.0.gh.tar.gz 656930 BLAKE2B 19ec1e16e33315248f28e1937a94bb29d641f31c263a3a2fc4d24b58082f7c9c522c74f38d07ece51dce066040538ef47348c50e8d591a749674ab6d6f2ce5f1 SHA512 33437899221051ef3dafd0eeddfec72bef00d5a6b189046cb919495b322b534445a39e5d23a1c85484867d9d07efb7de36fe5f2d3dad79357086a3dcfa3c8b0c diff --git a/dev-python/diskcache/diskcache-5.1.0.ebuild b/dev-python/diskcache/diskcache-5.1.0.ebuild new file mode 100644 index 000000000000..c009e0a54e23 --- /dev/null +++ b/dev-python/diskcache/diskcache-5.1.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7,8,9} ) +PYTHON_REQ_USE="sqlite" + +inherit distutils-r1 + +HOMEPAGE="https://www.grantjenks.com/docs/diskcache/ + https://github.com/grantjenks/python-diskcache/" +DESCRIPTION="Disk and file backed cache" +SRC_URI=" + https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz" +S=${WORKDIR}/python-diskcache-${PV} + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" + +BDEPEND=" + test? ( + >=dev-python/django-2.2[${PYTHON_USEDEP}] + ) +" + +distutils_enable_sphinx docs +distutils_enable_tests pytest + +src_prepare() { + # remove dep on pytest-xdist + sed -i -e '/-n auto/d' tox.ini || die + + distutils-r1_src_prepare +} diff --git a/dev-python/keep/Manifest b/dev-python/keep/Manifest index 473438a7538d..7af5512ce8db 100644 --- a/dev-python/keep/Manifest +++ b/dev-python/keep/Manifest @@ -1 +1,2 @@ +DIST keep-2.10.tar.gz 12959 BLAKE2B a6c7c507f3e6f905fcc4878909cfaa56c767266499a12fa12b6850a1dfade3b33d5ade1d2f53b69ecc0480816b496c75250742672fd1a9de14c747abeae7f3df SHA512 a72901e1f66d756626ceca1550b0e539e4c9f56ebb80d96f87696482420b7f75e07d06eded538acf8866e0d1e65e83da00a23ed328a4e37a6f82a607bd5c3bfc DIST keep-2.9.tar.gz 11277 BLAKE2B ea9813b725e9cbc93a0fdcab9d7a6b8927b69de8e960bf5b91696a8fcd9806f4ec0646bae147355206c05b91f2a828e2a20728ed16c9ca97b2592887b1f9f185 SHA512 36d6c4d268fe72f05bf3ccf6006f3ec1d93e6320f5dc810814d15274f3e63b29e97678089178fee99e9bb5b119079895550e8f48627d1dc1612140f13e7f02df diff --git a/dev-python/keep/keep-2.10.ebuild b/dev-python/keep/keep-2.10.ebuild new file mode 100644 index 000000000000..f38f7e9d2e23 --- /dev/null +++ b/dev-python/keep/keep-2.10.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS="rdepend" +inherit distutils-r1 + +DESCRIPTION="Personal shell command keeper and snippets manager" +HOMEPAGE="https://pypi.org/project/keep/ https://github.com/orkohunter/keep" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-python/click[${PYTHON_USEDEP}] + dev-python/PyGithub[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/terminaltables[${PYTHON_USEDEP}] +" diff --git a/dev-python/plotly-geo/Manifest b/dev-python/plotly-geo/Manifest new file mode 100644 index 000000000000..43ba51a2d31f --- /dev/null +++ b/dev-python/plotly-geo/Manifest @@ -0,0 +1 @@ +DIST plotly-geo-1.0.0.tar.gz 23718591 BLAKE2B f78b36cd7ac6ec10e830f6be5758ed31ad2382882454d96ef652a73a11aa9b3be46ea24fd3f49a6189d9fd9eeaa89ca6777c691be9fc65f4d2a04a4d2bd58823 SHA512 977621c0fc84a6c72b2a91bcba27cc25b277f32cc87a7098675b3d7cb8c468a8291ef66397f3ceb45fbaa3484eba53d7649f809cf9d02af6309562af0b4fdf4a diff --git a/dev-python/plotly-geo/metadata.xml b/dev-python/plotly-geo/metadata.xml new file mode 100644 index 000000000000..5a026d9da025 --- /dev/null +++ b/dev-python/plotly-geo/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <maintainer type="person"> + <email>gentoo@aisha.cc</email> + <name>Aisha Tammy</name> + </maintainer> + <longdescription lang="en"> + Python plotting library for collaborative, interactive, publication-quality + graphs. Plotly is an online collaborative data analysis and graphing tool. + </longdescription> + <upstream> + <remote-id type="pypi">plotly</remote-id> + <remote-id type="github">plotly/plotly.py</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> diff --git a/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild b/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild new file mode 100644 index 000000000000..05b72965915e --- /dev/null +++ b/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="Browser-based graphing library for Python" +HOMEPAGE="https://plot.ly/python/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/plotly[${PYTHON_USEDEP}] +" diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest index 311b96dad542..3e25f85db560 100644 --- a/dev-python/plotly/Manifest +++ b/dev-python/plotly/Manifest @@ -1 +1,2 @@ DIST plotly-1.9.6.tar.gz 546722 BLAKE2B 5905af517ef40bc077492f01b49c367c0aa03a96accb86ec072e188a43e463c187a0b9dee3d0df33669aa6d600ed9127b067c7099947e5235331d14ce10bf33c SHA512 7564036ed3745fc06ee7428942e45ca6bfaefa1e47b08a5868a918924268ee632515f1de4bf3e90911234f18a4d85b092ecb6ef9f213b939093dcb433a12dec4 +DIST plotly-4.10.0.tar.gz 6263967 BLAKE2B a78ddf286993621a555cc7f34a5ad0f44e93dcceb9bdac2a20f0cd80257e90485f20b4c89a350a3718b104401d7677a762231c6a774e5c2757a2de1454822875 SHA512 bc32dac7e5621b254c3868e85ed18133ad8341bed5784f707a89242c5e1ef9959afc603a91ccb068aca24032d3ff5b44678811c405d579284334f051f59f93aa diff --git a/dev-python/plotly/metadata.xml b/dev-python/plotly/metadata.xml index a62471d05170..5a026d9da025 100644 --- a/dev-python/plotly/metadata.xml +++ b/dev-python/plotly/metadata.xml @@ -5,6 +5,10 @@ <email>sci@gentoo.org</email> <name>Gentoo Science Project</name> </maintainer> + <maintainer type="person"> + <email>gentoo@aisha.cc</email> + <name>Aisha Tammy</name> + </maintainer> <longdescription lang="en"> Python plotting library for collaborative, interactive, publication-quality graphs. Plotly is an online collaborative data analysis and graphing tool. diff --git a/dev-python/plotly/plotly-4.10.0.ebuild b/dev-python/plotly/plotly-4.10.0.ebuild new file mode 100644 index 000000000000..9f1d93448f69 --- /dev/null +++ b/dev-python/plotly/plotly-4.10.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="Browser-based graphing library for Python" +HOMEPAGE="https://plot.ly/python/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/retrying[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] +" + +python_install_all() { + distutils-r1_python_install_all + + mkdir -p "${ED}"/etc/ || die + mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die + rmdir "${ED}"/usr/etc || die +} diff --git a/dev-python/sortedcontainers/Manifest b/dev-python/sortedcontainers/Manifest index 5f453bad5fcf..8963ca2c913f 100644 --- a/dev-python/sortedcontainers/Manifest +++ b/dev-python/sortedcontainers/Manifest @@ -1 +1,2 @@ DIST python-sortedcontainers-2.2.2.gh.tar.gz 9228894 BLAKE2B 358a2028a00748c89046069ed7ff075350d4a93f98521b48a72ba466719fd8b1eaa023f4c9d93beec1538315518f7fcc8b5b02478b1506c65fafa3840081b668 SHA512 413212aa35a80d24ec208caf19314dcc42dae207ec4ea8fdd7dc240c6fbf17372cb4c3e2209f6e40094419fa3eeb2fc9b23ad8bd7fb4e6fdaca46fd2fb248281 +DIST python-sortedcontainers-2.3.0.gh.tar.gz 9228968 BLAKE2B cdff8230d4e4ac42a89ed3192666ebf22cd48a4475f1dc173cffb0339c7f27e9cdfde1fb631daadf04adf2c00bed8a924e1202712d0ebcbd591f5542de863461 SHA512 0488e2f9f07ea7e4737ade69441f02614b63cfccb32a71af4e5953001bfa840d2e113a36a0a0a6d4c1e7fdd920ac3937b0baaea522d742547a4d81a99b8d1a6c diff --git a/dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild b/dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild new file mode 100644 index 000000000000..56a984275462 --- /dev/null +++ b/dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{5,6,7,8,9} pypy3 ) + +inherit distutils-r1 + +MY_P=python-${P} +DESCRIPTION="Python library to sort collections and containers" +HOMEPAGE="https://www.grantjenks.com/docs/sortedcontainers/ + https://pypi.org/project/sortedcontainers/ + https://github.com/grantjenks/python-sortedcontainers/" +SRC_URI=" + https://github.com/grantjenks/python-sortedcontainers/archive/v${PV}.tar.gz + -> ${MY_P}.gh.tar.gz" +S=${WORKDIR}/${MY_P} + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +distutils_enable_tests pytest + +python_test() { + local -x PYTHONPATH=. + pytest -vv --ignore docs/conf.py || die "Tests fail with ${EPYTHON}" +} |
