Bump
This commit is contained in:
2
dev-python/wget/Manifest
Normal file
2
dev-python/wget/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST wget-3.2.zip 10857 BLAKE2B d03d3545347031d90e9e954dee608eb1b255b54d5757315bbfe60c387fbde8db8a811be4ffcfb5577b364c03dd97964ce7db729c052493ccd85c434e528a4298 SHA512 173b444acdaba2d0e22e80557608f3d96f5b7fd62ca3e05e0f37c359d95e03875c9a5448db6e0fc4e3751ef11a746ef03aa1781d6d671372fc497e2af5887a2d
|
||||
EBUILD wget-3.2-r1.ebuild 425 BLAKE2B ab620bb23a287fb51e283397684d258c05d15ab096c7bdf82d13a9dda36016e8b72558fd9c508acc6499da0c7e6f072a526c6726a0f3941705cc3db3b6db7579 SHA512 5ba31a3dfdc0186f5d494eae33f1f02b7241fc79e0e6689cdfe3f54505151cf79cb196af88284807bdd5ecb983f764e1ec956a30012520a59cf9b99189a1e717
|
||||
20
dev-python/wget/wget-3.2-r1.ebuild
Normal file
20
dev-python/wget/wget-3.2-r1.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python3_{7..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="pure python download utility"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/wget"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
|
||||
|
||||
LICENSE="Public Domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="${PYTHON_DEPEND}"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user