From df409e5a8d956edb152408c723ee7374436f441a Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Thu, 29 Mar 2012 20:18:45 +0200 Subject: Remove ~mtjm/python3-lxml, now python-lxml is for Python 3. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ~mtjm/python-getmediumurl/PKGBUILD | 4 ++-- ~mtjm/python3-lxml/PKGBUILD | 38 -------------------------------------- 2 files changed, 2 insertions(+), 40 deletions(-) delete mode 100644 ~mtjm/python3-lxml/PKGBUILD (limited to '~mtjm') diff --git a/~mtjm/python-getmediumurl/PKGBUILD b/~mtjm/python-getmediumurl/PKGBUILD index bacc1c0f1..172f6dcd9 100644 --- a/~mtjm/python-getmediumurl/PKGBUILD +++ b/~mtjm/python-getmediumurl/PKGBUILD @@ -3,12 +3,12 @@ _pkgname=GetMediumURL pkgname=python-getmediumurl pkgver=0.0a5 -pkgrel=1 +pkgrel=2 pkgdesc="A package for getting URLs of media files from some websites" arch=("any") url="http://savannah.nongnu.org/projects/getmediumurl/" license=('AGPL') -depends=('python' 'python3-lxml' 'python-urlreader' 'python-distribute') +depends=('python' 'python-lxml' 'python-urlreader' 'python-distribute') checkdepends=('python2') # due to my laziness options=(!emptydirs) source=("http://download.savannah.gnu.org/releases/getmediumurl/${_pkgname}-${pkgver}.tar.gz") diff --git a/~mtjm/python3-lxml/PKGBUILD b/~mtjm/python3-lxml/PKGBUILD deleted file mode 100644 index 5d4effa47..000000000 --- a/~mtjm/python3-lxml/PKGBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# Based on python-lxml. -# $Id: PKGBUILD 146500 2012-01-12 05:14:02Z eric $ -# Maintainer: Andrea Scarpino -# Contributor: Jaroslav Lichtblau -# Contributor: Angel 'angvp' Velasquez -# Contributor: William Rea -# Contributor: Guillem Rieu - -pkgname=python3-lxml -pkgver=2.3.3 -pkgrel=1 -pkgdesc="Python 3 binding for the libxml2 and libxslt libraries" -arch=('i686' 'x86_64' 'mips64el') -license=('BSD' 'custom') -url="http://lxml.de/" -depends=('python' 'libxslt') -conflicts=('lxml') -source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc}) -md5sums=('a7825793c69d004f388ec6600bad7a6f' - '5c4b1a05f6e46a4dd7ebed8b5ad9e32e') - -check() { - cd "${srcdir}"/lxml-$pkgver - make test -} - -package() { - cd "${srcdir}"/lxml-$pkgver - - python setup.py install --root="${pkgdir}" --optimize=1 - - install -Dm644 LICENSES.txt \ - "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE - install -Dm644 doc/licenses/BSD.txt \ - "${pkgdir}"/usr/share/licenses/$pkgname/BSD.txt - install -Dm644 doc/licenses/elementtree.txt \ - "${pkgdir}"/usr/share/licenses/$pkgname/elementtree.txt -} -- cgit v1.2.3