dev-python/vol: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
7058606241
commit
5d69249841
@ -1,3 +1,3 @@
|
||||
DIST vol-0.1.1.tar.gz 4012 BLAKE2B ab60a4b71091997135ad0f6dac9ac7cd190bc804e498d78d520675f65b4bfabe9c69726da4fd128ff74efe46b68a6b93bbc8cf05c1a60be061e9a8c675d5ddda SHA512 7c37439a9837f305a297e4a85c65181cc4eb93e5f3e4769d6af5df04088ec551fe93229e7dfb6537511ff9f39ee08d3772726d81a7c82aaf2fbdf56b5e61c0af
|
||||
EBUILD vol-0.1.1.ebuild 682 BLAKE2B f338e4c409f513be46b2a571145ec8227f618523b8b1bc3ec692adaf57c367cad211be576ac19f2fbd707eb6c743f7ad7e1c0c3496db779a506b78fbd21ca6c0 SHA512 ad8e09a0b303174a503be5651a64260267fa62cf8db1bd595a7d15f69e8660fbceedc1cab7f1db1cfeda91e55ee8c73653a109f904ae6444991697d1261d4d40
|
||||
EBUILD vol-0.1.1.ebuild 667 BLAKE2B e73aee32d3db66d5229e8b04500c754249c248159be01514e8388e06ae4b72fb1ecb9b3b70aa5246d1be31bea482d88b34b4405b637980738e9c2e88581c4749 SHA512 2ee68295c823ac5a74fa1e63048d275f68fea4426ed8b2cf55a7f12742069524c02f561b4c993de051ab8aa3a09786418839c54de2fe4c701bdbb860dee9df2b
|
||||
MISC metadata.xml 509 BLAKE2B 723bfc909fe91105bcffb1e4689d224c41f017b8a23b39f0d8a8728001a0a936345b8c7af50716a17e1e3969b8c440bde754f663ec44f93bd1aa4cb61033afa7 SHA512 83ee91a579878ce2b6f11b9e1425a75bcc1f710d0068cd6c86f92a7a605cbc9efe83a3bf65f4a175e62ca5e7bd98b926b7d9a2c6595a82cdcaf897770fa5c289
|
||||
|
@ -1,15 +1,13 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="volume control in the shell for your mac"
|
||||
HOMEPAGE="https://github.com/bmaeser/vol https://pypi.org/project/vol/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
Loading…
Reference in New Issue
Block a user