summaryrefslogtreecommitdiff
path: root/pcr/python2-pywebdav
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-27 11:32:55 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-27 11:33:40 +0100
commit352ad6e1e27d1f163c4acee263f4c0925cfb3ae2 (patch)
treeeb774d908dcf33a2b78d6998a4b2ed83f2164835 /pcr/python2-pywebdav
parentb29be84b1b8830c5153cfd89f21e754f634642b1 (diff)
pcr/python-pywebdav3: moved from python2-pywebdav and updated
Diffstat (limited to 'pcr/python2-pywebdav')
-rw-r--r--pcr/python2-pywebdav/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/pcr/python2-pywebdav/PKGBUILD b/pcr/python2-pywebdav/PKGBUILD
deleted file mode 100644
index 2ae7e3339..000000000
--- a/pcr/python2-pywebdav/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Maintainer (Arch): Bidossessi Sodonon
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-
-pkgname=python2-pywebdav
-_pkgname=PyWebDAV
-pkgver=0.9.8
-pkgrel=5
-pkgdesc="WebDAV library including a standalone server for python"
-url=http://code.google.com/p/pywebdav/
-arch=('any')
-license=(GPL3)
-provides=("$_pkgname")
-depends=(
- 'python2'
- 'python2-setuptools'
-)
-source=("https://pypi.python.org/packages/source/P/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-package()
-{
- cd ${srcdir}/${_pkgname}-${pkgver}
- # Force package data inclusion
- python2 setup.py install --root="${pkgdir}"
-}
-md5sums=('2fd2aca0074f0d0ac2701c9c0cadb89e')