mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
mechanize: new ebuild (deps for latest net-analyzer/recon-ng)
This commit is contained in:
parent
51827c1c29
commit
96a4ce1677
3 changed files with 35 additions and 0 deletions
1
dev-python/mechanize/Manifest
Normal file
1
dev-python/mechanize/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST mechanize-0.4.2.tar.gz 201133 BLAKE2B 6883ab55fee21f406f4b94d643ddde6fc800795045134dc0cac59e747e738dea46179aed3157681ceb5281d4c35906fa76ed79c60765a1528007701202b12414 SHA512 b51cb7e2ea854aad78e7bd9bc00e988599f5556098e025696ba7ba7ff51d3acffc302601827eaffb1193eb55066ee2bdbbfef58cbc4541782c87c34c3718d398
|
||||
26
dev-python/mechanize/mechanize-0.4.2.ebuild
Normal file
26
dev-python/mechanize/mechanize-0.4.2.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Stateful programmatic web browsing in Python"
|
||||
HOMEPAGE="https://github.com/python-mechanize/mechanize"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="|| ( BSD ZPL )"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc"
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}
|
||||
dev-python/html5lib[${PYTHON_USEDEP}]
|
||||
dev-python/html5-parser[${PYTHON_USEDEP}]"
|
||||
|
||||
python_test() {
|
||||
"${PYTHON}" run_tests.py || die
|
||||
}
|
||||
8
dev-python/mechanize/metadata.xml
Normal file
8
dev-python/mechanize/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue