This commit is contained in:
Anton Bolshakov 2021-04-18 10:13:05 +08:00
parent 07c8966ad6
commit 14d6fe9634
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 3 additions and 6 deletions

View file

@ -1 +1 @@
DIST shelljob-0.6.2.tar.gz 213926 BLAKE2B 8c12110e30f3514932629759b4c2ba9b39769dd39456a49d6cf05595aad8f693961b113a9d6cb3fd46cbcdeaf646b9af306458baa2f04284128f9771443394a0 SHA512 036b8261cdb04f05e5402db172a7dfad31686c60a2bdbc84e32379c2bf9711ce614cdebdb16a663a2e4c96e8a14dd03d5f97d92541d1014b22b60f79d4cee5db
DIST shelljob-0.6.3.tar.gz 239350 BLAKE2B 449b509243ad62988558dedfcbf33845d31391e056349ba7e65407ca3fa4331f2a532ebc73e2824b2c50908fd8ef18c2bc626e141535e281b6fd75c5ce850331 SHA512 0beb6317aa1b964f0c8c094fa5d8951fa81b085ebcf8f7ee2535f570d5e5197b796a16bd4575b2d89586f741efb73e1036ec8e43f77067a8f4184faff1b425a2

View file

@ -10,10 +10,8 @@ inherit distutils-r1
DESCRIPTION="Run multiple subprocesses asynchronous/in parallel with streamed output"
HOMEPAGE="https://pypi.org/project/shelljob/"
#https://github.com/mortoray/shelljob/issues/4
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
HASH_COMMIT="545a0a4904ff0d4bb0148e118dc74b0fba875d50"
SRC_URI="https://github.com/mortoray/shelljob/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/mortoray/shelljob/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@ -22,5 +20,4 @@ IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"