summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57c41dd5dfc2..71a61cf39a0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,27 +4,15 @@ _name=git-url-parse
pkgname=python-git-url-parse
pkgver=1.2.2
pkgrel=2
-epoch=
pkgdesc="A simple GIT URL parser"
arch=('any')
url="https://github.com/coala/git-url-parse"
license=('MIT')
-groups=()
depends=('python-pbr')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-mock' 'yapf')
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-noextract=()
sha512sums=('d9a1633fd08b2d4bbd33ff886776906d2981f53178e295fb9907fdb261e863e2b70293d962962355b96ea156e17bb7e224497a4a708c8d9d0cc559d111fa188b')
-validpgpkeys=()
prepare() {
mv -v "${_name}-$pkgver" "$pkgname-$pkgver"