diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-07-18 00:55:18 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-07-18 00:55:18 +0000 |
| commit | 2b20744aa1884b744c456c3d5ea7033110b3e40c (patch) | |
| tree | d38aaab70b771385c54c946896ea90ef8da9d059 /dev-python | |
| parent | 4313dc2fa4800d8ee4dfe1197f0e48d4e10e5f62 (diff) | |
| download | baldeagleos-repo-2b20744aa1884b744c456c3d5ea7033110b3e40c.tar.gz baldeagleos-repo-2b20744aa1884b744c456c3d5ea7033110b3e40c.tar.xz baldeagleos-repo-2b20744aa1884b744c456c3d5ea7033110b3e40c.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/cryptography/cryptography-2.9.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/css-parser/css-parser-1.0.4-r1.ebuild | 3 | ||||
| -rw-r--r-- | dev-python/pudb/pudb-2019.2.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/python-bugzilla/python-bugzilla-2.5.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/pytools/pytools-9999.ebuild | 27 | ||||
| -rw-r--r-- | dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/scrapy/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/scrapy/scrapy-2.2.1.ebuild (renamed from dev-python/scrapy/scrapy-2.1.0.ebuild) | 0 | ||||
| -rw-r--r-- | dev-python/trustme/trustme-0.6.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/urllib3/urllib3-1.25.9.ebuild | 2 |
11 files changed, 16 insertions, 30 deletions
diff --git a/dev-python/cryptography/cryptography-2.9.ebuild b/dev-python/cryptography/cryptography-2.9.ebuild index d485e533afa7..10b74ed4338e 100644 --- a/dev-python/cryptography/cryptography-2.9.ebuild +++ b/dev-python/cryptography/cryptography-2.9.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz LICENSE="|| ( Apache-2.0 BSD )" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="libressl idna test" RESTRICT="!test? ( test )" diff --git a/dev-python/css-parser/css-parser-1.0.4-r1.ebuild b/dev-python/css-parser/css-parser-1.0.4-r1.ebuild index 97f1e05ef089..25c221d65d23 100644 --- a/dev-python/css-parser/css-parser-1.0.4-r1.ebuild +++ b/dev-python/css-parser/css-parser-1.0.4-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 @@ -14,7 +14,6 @@ LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="amd64 ~arm x86" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" # Tests fail under network-sandbox. RESTRICT+=" test" diff --git a/dev-python/pudb/pudb-2019.2.ebuild b/dev-python/pudb/pudb-2019.2.ebuild index 53fee37bef92..d2037818942b 100644 --- a/dev-python/pudb/pudb-2019.2.ebuild +++ b/dev-python/pudb/pudb-2019.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" RDEPEND=" dev-python/urwid[${PYTHON_USEDEP}] diff --git a/dev-python/python-bugzilla/python-bugzilla-2.5.0.ebuild b/dev-python/python-bugzilla/python-bugzilla-2.5.0.ebuild index b0a3cccf3338..9f3e0135e555 100644 --- a/dev-python/python-bugzilla/python-bugzilla-2.5.0.ebuild +++ b/dev-python/python-bugzilla/python-bugzilla-2.5.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="A python module for interacting with Bugzilla over XMLRPC" HOMEPAGE="https://github.com/python-bugzilla/python-bugzilla" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" LICENSE="GPL-2+" SLOT="0" diff --git a/dev-python/pytools/pytools-9999.ebuild b/dev-python/pytools/pytools-9999.ebuild index 765b22bf080c..618ec9fc5a6d 100644 --- a/dev-python/pytools/pytools-9999.ebuild +++ b/dev-python/pytools/pytools-9999.ebuild @@ -1,37 +1,24 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{7..9} ) PYTHON_REQ_USE='sqlite' +DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 git-r3 -DESCRIPTION="A collection of tools missing from the Python standard library" +DESCRIPTION="Collection of tools missing from the Python standard library" HOMEPAGE="https://mathema.tician.de/software/pytools/" EGIT_REPO_URI="https://github.com/inducer/pytools" LICENSE="MIT" SLOT="0" -KEYWORDS="" -IUSE="test" -RESTRICT="!test? ( test )" -RDEPEND=" - >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}] +RDEPEND=">=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}] >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}] >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}] - >=dev-python/six-1.8.0[${PYTHON_USEDEP}] -" -DEPEND=" - >=dev-python/setuptools-0.7.2[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - dev-python/pytest[${PYTHON_USEDEP}] - ) -" + >=dev-python/six-1.8.0[${PYTHON_USEDEP}]" -python_test() { - pytest -vv || die "Tests fail with ${EPYTHON}" -} +distutils_enable_tests pytest diff --git a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.0.ebuild b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.0.ebuild index b1a52c4c5edf..874070296b09 100644 --- a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.0.ebuild +++ b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( pypy3 python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild b/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild index 48f24d33b5e5..3a66659cb021 100644 --- a/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild +++ b/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( pypy3 python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 diff --git a/dev-python/scrapy/Manifest b/dev-python/scrapy/Manifest index 60e49c7bf8b9..3ba4e5b0a47d 100644 --- a/dev-python/scrapy/Manifest +++ b/dev-python/scrapy/Manifest @@ -1,2 +1,2 @@ -DIST scrapy-2.1.0.tar.gz 1201552 BLAKE2B 5f44c82876d9e4405fc4e6a8466baf7640cb1122d1d137b139e8d1626dc3956efa1db3339493d9dac85cf4d5c8cb0ac542b91242064793ea3d92aae1d2b0cf99 SHA512 72bf6ebcabd6022236cfb8ab4479d577e38417a8c4bcfec80539bd25711cb39ceb44702f801fa0f029777411840506e07da1982ff19776e458ab697756e3f31c DIST scrapy-2.2.0.tar.gz 1213914 BLAKE2B 4584fb86f8f2583b5c4d6652b6329ec8dc2d9685776a64a1f998e5e1431b1510c0c63f74de822cc8e67228657085da5009b7145288213b9f2481c24ad51d7a40 SHA512 d5530b37942a0de23e39c442c44d6788bf78a4f316b97e76cb120cabc5c36e097c838f67aaaf307460a3aed9907aa6832f16d476494722e653eb81068f92aa27 +DIST scrapy-2.2.1.tar.gz 1214959 BLAKE2B 19ecc4a7d45727330de2a426d93295b10717ee533dfcb487ffd280bf74a2c860ded33af9a6e8b20880819aa2218caa5a521c3d61b672bf57e36cba0cfe5b3c8a SHA512 4bc7ed321f6b33f0cf9f2344d59bf0ed7724abc79104e0d06c0d7d198aa5a7be6b50a5e5d1a1dcf62c6ce4ab35190ee1edf3ee0c0959180d2233a8ff0567763b diff --git a/dev-python/scrapy/scrapy-2.1.0.ebuild b/dev-python/scrapy/scrapy-2.2.1.ebuild index 1de37136e388..1de37136e388 100644 --- a/dev-python/scrapy/scrapy-2.1.0.ebuild +++ b/dev-python/scrapy/scrapy-2.2.1.ebuild diff --git a/dev-python/trustme/trustme-0.6.0.ebuild b/dev-python/trustme/trustme-0.6.0.ebuild index 30dcbd30e2db..99f5e639226f 100644 --- a/dev-python/trustme/trustme-0.6.0.ebuild +++ b/dev-python/trustme/trustme-0.6.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( Apache-2.0 MIT )" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86" RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}] dev-python/idna[${PYTHON_USEDEP}] diff --git a/dev-python/urllib3/urllib3-1.25.9.ebuild b/dev-python/urllib3/urllib3-1.25.9.ebuild index 5b5cb800aa0c..7281a44b4413 100644 --- a/dev-python/urllib3/urllib3-1.25.9.ebuild +++ b/dev-python/urllib3/urllib3-1.25.9.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86" IUSE="brotli test" RESTRICT="!test? ( test )" |
