diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-30 01:29:23 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-30 01:29:23 +0000 |
| commit | a4b83e568a3d2602d5d4c77153234460abe8fb47 (patch) | |
| tree | 0ffcc93e9a58a7114a947a634df5ec407e7494c0 /dev-python | |
| parent | 559f822cabcf169fe9b3107700968e3594c67bf9 (diff) | |
| download | baldeagleos-repo-a4b83e568a3d2602d5d4c77153234460abe8fb47.tar.gz baldeagleos-repo-a4b83e568a3d2602d5d4c77153234460abe8fb47.tar.xz baldeagleos-repo-a4b83e568a3d2602d5d4c77153234460abe8fb47.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/breathe/breathe-4.14.1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/jwcrypto/jwcrypto-0.8.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/python-memcached/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/python-memcached/metadata.xml | 8 | ||||
| -rw-r--r-- | dev-python/python-memcached/python-memcached-1.59-r1.ebuild | 44 | ||||
| -rw-r--r-- | dev-python/websockify/websockify-0.9.0-r1.ebuild | 2 |
6 files changed, 53 insertions, 6 deletions
diff --git a/dev-python/breathe/breathe-4.14.1.ebuild b/dev-python/breathe/breathe-4.14.1.ebuild index 9765aac0e1cb..8caeacdcd365 100644 --- a/dev-python/breathe/breathe-4.14.1.ebuild +++ b/dev-python/breathe/breathe-4.14.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux" RDEPEND=" app-doc/doxygen diff --git a/dev-python/jwcrypto/jwcrypto-0.8.0.ebuild b/dev-python/jwcrypto/jwcrypto-0.8.0.ebuild index ca30e0cad92d..c8e2273cf6ee 100644 --- a/dev-python/jwcrypto/jwcrypto-0.8.0.ebuild +++ b/dev-python/jwcrypto/jwcrypto-0.8.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/latchset/jwcrypto/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="LGPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" RDEPEND=">=dev-python/cryptography-2.3[${PYTHON_USEDEP}]" diff --git a/dev-python/python-memcached/Manifest b/dev-python/python-memcached/Manifest index 9a85bb369453..00b745958fa7 100644 --- a/dev-python/python-memcached/Manifest +++ b/dev-python/python-memcached/Manifest @@ -1 +1,2 @@ +DIST python-memcached-1.59-gh.tar.gz 32334 BLAKE2B de8d18ba887b03e4737b554cc4b0074a4f16745e26a8b3631a747c45019e1da83612677dc3e98f97d76e851320c61baafbd0a29231a826c14b7d3bf3e477f29e SHA512 d7ff45a329f2a9bf97fdc7c0268c2c67046c3501270fcf03578b955c2da35904d7bdecd4239924d390797ddff8f4cc69fc5743f4d4f663cdb9f2f8c7e8159512 DIST python-memcached-1.59.tar.gz 22210 BLAKE2B 50387821d50cf974ada738346e016eb736043078721bf905782f41df1f27574244d03b6b94ac9e5ccab7aeecfa8ca4c5a78cec2c41d15fda8756c7cb3bce9aa1 SHA512 a25cbb9efb3babe85e1523bdabfe4644b93b3a6a7268787a3928f724f833ce0eea7d2ef676d1b7f894cdfe293129975b35cb46ec553c92810dbc18013bfabece diff --git a/dev-python/python-memcached/metadata.xml b/dev-python/python-memcached/metadata.xml index aa649aa94072..a0af02562af2 100644 --- a/dev-python/python-memcached/metadata.xml +++ b/dev-python/python-memcached/metadata.xml @@ -10,11 +10,13 @@ <name>Python</name> </maintainer> <longdescription lang="en"> -This is a Python based API (implemented in 100% python) for communicating with -the memcached distributed memory object cache daemon. -</longdescription> + This is a Python based API (implemented in 100% python) for communicating with + the memcached distributed memory object cache daemon. + </longdescription> <upstream> <remote-id type="pypi">python-memcached</remote-id> + <remote-id type="github">linsomniac/python-memcached</remote-id> + <bugs-to>https://github.com/linsomniac/python-memcached/issues</bugs-to> </upstream> <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-python/python-memcached/python-memcached-1.59-r1.ebuild b/dev-python/python-memcached/python-memcached-1.59-r1.ebuild new file mode 100644 index 000000000000..1b6d1a10f807 --- /dev/null +++ b/dev-python/python-memcached/python-memcached-1.59-r1.ebuild @@ -0,0 +1,44 @@ +# 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 + +DESCRIPTION="Pure python memcached client" +HOMEPAGE=" + https://www.tummy.com/Community/software/python-memcached/ + https://pypi.org/project/python-memcached/ +" +# PyPI tarballs don't contain tests +SRC_URI="https://github.com/linsomniac/python-memcached/archive/${PV}.tar.gz -> ${P}-gh.tar.gz" + +LICENSE="OSL-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" +BDEPEND="test? ( net-misc/memcached )" + +distutils_enable_tests nose + +python_test() { + local pidfile="${TMPDIR}/memcached.pid" + + memcached -d -P "$pidfile" || die "failed to start memcached" + + nosetests -v || die "Tests fail with ${EPYTHON}" + + kill "$(<"$pidfile")" || die "failed to kill memcached" + local elapsed=0 + while [[ -f "$pidfile" ]]; do + if [[ $elapsed -ge 30 ]]; then + kill -KILL "$(<"$pidfile")" || die "failed to kill -KILL memcached" + die "memcached failed to stop after 30 seconds" + fi + sleep 1 + let elapsed++ + done +} diff --git a/dev-python/websockify/websockify-0.9.0-r1.ebuild b/dev-python/websockify/websockify-0.9.0-r1.ebuild index a8cbd99de236..d7b3ea44a0f4 100644 --- a/dev-python/websockify/websockify-0.9.0-r1.ebuild +++ b/dev-python/websockify/websockify-0.9.0-r1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/kanaka/websockify" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" BDEPEND="test? ( dev-python/jwcrypto[${PYTHON_USEDEP}] )" |
