mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-06-29 12:28:06 -07:00
dev-python/patch: package with setuptools for conan
Package-Manager: portage-2.3.2
This commit is contained in:
@@ -6,26 +6,18 @@ EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5} )
|
||||
|
||||
inherit python-r1
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Library to parse and apply unified diffs"
|
||||
HOMEPAGE="https://github.com/techtonik/python-patch/"
|
||||
SRC_URI="https://github.com/techtonik/python-patch/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
app-arch/unzip"
|
||||
|
||||
S="${WORKDIR}/python-${P}"
|
||||
|
||||
src_test() {
|
||||
python_foreach_impl tests/run_tests.py
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
python_foreach_impl python_doexe patch.py
|
||||
}
|
||||
S="${WORKDIR}"
|
||||
|
||||
Reference in New Issue
Block a user