mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
EasyProcess-1.1.ebuild
This commit is contained in:
parent
0355ecd9ab
commit
5d7d070c2d
3 changed files with 27 additions and 1 deletions
22
dev-python/EasyProcess/EasyProcess-1.1.ebuild
Normal file
22
dev-python/EasyProcess/EasyProcess-1.1.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYPI_NO_NORMALIZE=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Easy to use python subprocess interface"
|
||||
HOMEPAGE="https://github.com/ponty/easyprocess"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RESTRICT="test"
|
||||
|
|
@ -1 +1 @@
|
|||
DIST EasyProcess-0.2.7.tar.gz 12328 BLAKE2B 09ea8f27c6e728841cfe3d90250096ec33ea4a6e79919b96b784937d110c6ba3583069fd1f27adaf7994688b8b0adcad7bbe5dc1946f3be7fb1a571172b6322d SHA512 6ad8e7c32b8edb1237f4d73c18f039f847ac177532914c5b2d4c4802aa8111aab6e1088fd62a4d819810d70b2bc6b6b178e82d872a740e8c70bd5b39d1c398af
|
||||
DIST EasyProcess-1.1.tar.gz 11829 BLAKE2B 924ef2a80860a6657fec94a6aa4c9b06fb65765ffad7f5d65648abb9beafa9530abd285511f32dfae2959fc47aacc6caa27026b1139f9ede04a6314af595c360 SHA512 ca47bbdf81901fc1b907dff5a0f1797586d47d008722b34072584785485eacc8a35c66f14bac64411b12ff39fa6c9a4684d3b299fbb11d68396820b97903a53e
|
||||
|
|
|
|||
|
|
@ -5,4 +5,8 @@
|
|||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">ponty/easyprocess</remote-id>
|
||||
<remote-id type="pypi">EasyProcess</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
Loading…
Reference in a new issue