dev-python/python-inifile: update

This commit is contained in:
Jörg Deckert 2022-02-13 18:55:46 +01:00
parent ddfaf8826e
commit 65df165ec0
3 changed files with 5 additions and 27 deletions

View File

@ -1,4 +1,2 @@
DIST python-inifile-0.3.tar.gz 7022 BLAKE2B 5c905428cb1437d3218cba73c659aaa22d4fdd684fe1cc09625ed2a140693d708d84c124ade0d4c5d42e6f8f73dcb2df215e95d8b3ed92819162cbaa96f6a408 SHA512 727f8b2e0b54137c6105130d58804bb734e883a4fc2a917a18a73da929024e152be8ae5b0d1784aba2ec07fc2c79d036358bbb0edebeaad7e6c76292d9f15f38
DIST python-inifile-0.4.tar.gz 7070 BLAKE2B 324df8ed1bb6c13258e943cee42500517e4b4d3ac4c741bc396d19c126bcdd5aa40711a2c2f30bc2750a970eca0210441d2da0a3866f20a39eda35304c6b0310 SHA512 17ca1e66c5328f47bfbb28caa62e32a86b03b8e6bea028796df4087fca6c4d5a3d8ed2dc28ae261770e7bf0002ef0eccd157e21410218aa2b49412fddcdc094b
EBUILD python-inifile-0.3.ebuild 451 BLAKE2B 1e3d37287cd83fa16603c7aa2e619964f659206852b6778ccf42b5a7b8e76456013b1431e381df4b67fe556f61dbba616604437e6fdce44b3f1271fe2a6fec74 SHA512 4dfeccbbc018dc88b923a0f62111e1ad9f0401d38395aec7fab2d2df17e7d5a0c9cb6237ad7bf32ade193189560499416cb1a2cea7940712341b22170847c631
EBUILD python-inifile-0.4.ebuild 455 BLAKE2B 0b7f9a847ce9984e7600f3296f3c7286590eabdff120cadf957b2b75d5b8312969f44799e28d66dc6944eaaf2dcbde46be5dda11c61ac875fcf62f353ea12906 SHA512 5a49a71e695daac95796f6a0c38d6c73c9e03b5fd6070d81d1c7125613f6ac35281ae4b8937f2a52d9f0f024afaa1761ca46ed0c7ae876b8ee27045f7f3e9256
DIST python-inifile-0.4.1.tar.gz 7098 BLAKE2B 5d924936814159c3f40ee559ecb23388a2bdca272644e9e9682238d62ba1aa1a350f4e88bc575ef02ab3324c1d210e9ad83b076f603309a85f5577d94ef002f6 SHA512 237390b3578f3802b8143cb6f9e74e0bb1629adfba225f0213b4fd37a9600c56a3dc782ac493ec8c32180602cc682d927f9acc97467a8678a08908a9b269bff5
EBUILD python-inifile-0.4.1.ebuild 462 BLAKE2B 0576740a5cf099087c3edf6beca317301607ffaaeaf89ffd73902452fe5f3fe8ab307dbacf388a31a65fbe8a1f01f209517e092dbba5587204960c1181415703 SHA512 a8469a49b1daaf3ba90b6dfd585b4a813f73ecf4cb185f2d50d70713982ba776b3acad70721fcebbc7678107c64d61b41a736435087825b34fb02491b64ce095

View File

@ -2,14 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
EAPI=7
PYTHON_COMPAT=( python{3_8,3_9,3_10} )
inherit distutils-r1
DESCRIPTION="Ini file library for Python"
HOMEPAGE="https://github.com/mitsuhiko/python-inifile"
SRC_URI="https://github.com/mitsuhiko/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/mitsuhiko/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"

View File

@ -1,20 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=6
PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
inherit distutils-r1
DESCRIPTION="Ini file library for Python"
HOMEPAGE="https://github.com/mitsuhiko/python-inifile"
SRC_URI="https://github.com/mitsuhiko/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"