1
0
Fork 0

add ebuild for dev-python/wget

This commit is contained in:
Jimmy2027 2021-11-11 17:02:16 +00:00
parent 7bf2631898
commit 9997ccc0d0
2 changed files with 21 additions and 0 deletions

1
dev-python/wget/Manifest Normal file
View File

@ -0,0 +1 @@
DIST wget-3.2.zip 10857 SHA256 35e630eca2aa50ce998b9b1a127bb26b30dfee573702782aa982f875e3f16061 SHA512 173b444acdaba2d0e22e80557608f3d96f5b7fd62ca3e05e0f37c359d95e03875c9a5448db6e0fc4e3751ef11a746ef03aa1781d6d671372fc497e2af5887a2d WHIRLPOOL df5f092dd474699ef619687db081f93cb28becea38f41b36b9c767100a67a99885d3e83ad922ef182564282ddd3f539dd3935e643dcb532055d654f977bed446

View File

@ -0,0 +1,20 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=7
PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} )
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}"