mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
dev-python/apng: bump to 0.3.4
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Yury Martynov <email@linxon.ru>
This commit is contained in:
parent
78e38b0b9d
commit
d8e0f694f1
2 changed files with 31 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST apng-0.3.3.tar.gz 8180 BLAKE2B a7f9d5d24f298316c9ce3fd654cad03442b0fc1180dab9f495dedd8bdf53ec186168c7c22f39357a8b50cc903c4952455ed17f6fbb4259ea2c78ab8acbd22075 SHA512 5b02dd6a5a1544b5d22d5cebdf2f223bc3206faeca9008842eca2997c00e9b1a0c891cb5058c229de3f4778221df932874f073768b3702c7b37e3406ca22e95f
|
||||
DIST apng-0.3.4.tar.gz 8599 BLAKE2B 695bac8af947b2b8217fa44255a135fc9f2fa3f24c7907c7423054aec8508930b5d883a403320812be9444702d5e3dc4723daf9f7ba0ad2ba67d049da08ddf0a SHA512 6285c776087a086d548029a648899461bce56967a0bd1a60176f1f8c1c0eedf0662e9f63126ac6272fa413ac5f232b5cb589272d740a2d42577252370d064520
|
||||
|
|
|
|||
30
dev-python/apng/apng-0.3.4.ebuild
Normal file
30
dev-python/apng/apng-0.3.4.ebuild
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A Python module to deal with APNG files"
|
||||
HOMEPAGE="https://github.com/eight04/pyAPNG"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
>=dev-python/pathlib2-2.3.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/pylint-2.2.2[${PYTHON_USEDEP}]
|
||||
dev-python/twine[${PYTHON_USEDEP}]
|
||||
dev-python/wheel[${PYTHON_USEDEP}]"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
rm -r test/ || die
|
||||
}
|
||||
Loading…
Reference in a new issue