dev-python/python-dsv: Move patches to a dist tarball

Closes: https://bugs.gentoo.org/620568
This commit is contained in:
Michał Górny
2017-10-15 14:28:33 +02:00
parent 148e5607dd
commit d695735f23
6 changed files with 8 additions and 504 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,8 @@ inherit distutils-r1
DESCRIPTION="Python module for importing and exporting DSV files"
HOMEPAGE="http://python-dsv.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/DSV-${PV}.tar.gz"
SRC_URI="mirror://sourceforge/${PN}/DSV-${PV}.tar.gz
https://dev.gentoo.org/~mgorny/dist/${P}-gentoo-patchset.tar.bz2"
LICENSE="CNRI"
SLOT="0"
@@ -22,8 +23,8 @@ S="${WORKDIR}/DSV-${PV}"
PATCHES=(
# From Debian
"${FILESDIR}"/${P}-env.patch
"${FILESDIR}"/${P}-unicode.patch
"${FILESDIR}"/${P}-wx-namespace.patch
"${FILESDIR}"/${P}-wxpython30.patch
"${WORKDIR}/${P}-gentoo-patchset"/${P}-env.patch
"${WORKDIR}/${P}-gentoo-patchset"/${P}-unicode.patch
"${WORKDIR}/${P}-gentoo-patchset"/${P}-wx-namespace.patch
"${WORKDIR}/${P}-gentoo-patchset"/${P}-wxpython30.patch
)