[arch-commits] Commit in python-tempita/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Dec 25 22:53:23 UTC 2016


    Date: Sunday, December 25, 2016 @ 22:53:22
  Author: bpiotrowski
Revision: 202415

Drop missing license file

Modified:
  python-tempita/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-25 22:50:55 UTC (rev 202414)
+++ PKGBUILD	2016-12-25 22:53:22 UTC (rev 202415)
@@ -13,8 +13,8 @@
 url="http://pythonpaste.org/tempita/"
 license=('custom:MIT')
 makedepends=('python-distribute' 'python2-distribute')
-source=(https://pypi.python.org/packages/source/T/Tempita/Tempita-${pkgver}.tar.gz
-	$pkgbase-license.txt::http://pythonpaste.org/tempita/_sources/license.txt)
+source=(https://pypi.python.org/packages/source/T/Tempita/Tempita-${pkgver}.tar.gz)
+sha256sums=('cacecf0baa674d356641f1d406b8bff1d756d739c46b869a54de515d08e6fc9c')
 
 package_python-tempita() {
   depends=('python')
@@ -30,5 +30,4 @@
   cd "$srcdir"/Tempita-${pkgver}
   sed -e 's|from urllib.parse|from urllib|' -i tempita/__init__.py
   python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 "$srcdir"/$pkgbase-license.txt "$pkgdir"/usr/share/licenses/$pkgname/license.txt
 }



More information about the arch-commits mailing list