[arch-commits] Commit in python-send2trash/repos/community-any (PKGBUILD PKGBUILD)

Morten Linderud foxboron at archlinux.org
Mon Feb 19 14:12:43 UTC 2018


    Date: Monday, February 19, 2018 @ 14:12:42
  Author: foxboron
Revision: 296378

archrelease: copy trunk to community-any

Added:
  python-send2trash/repos/community-any/PKGBUILD
    (from rev 296377, python-send2trash/trunk/PKGBUILD)
Deleted:
  python-send2trash/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-19 14:12:34 UTC (rev 296377)
+++ PKGBUILD	2018-02-19 14:12:42 UTC (rev 296378)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
-_pkgbase=send2trash
-pkgbase=python-$_pkgbase
-pkgname=('python-send2trash' 'python2-send2trash')
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="Send file to trash natively"
-arch=('any')
-url="https://github.com/hsoft/send2trash"
-license=('BSD')
-makedepends=('python' 'python-setuptools'
-	     'python' 'python2-setuptools')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/hsoft/$_pkgbase/archive/$pkgver.tar.gz")
-sha256sums=('3fd57fc13078f3570e70a860a15f92eec8fa08933ca2e1dba43a98ee2587de39')
-
-prepare() {
-	cp -a $_pkgbase-$pkgver{,-python2}
-}
-
-build() {
-	cd $_pkgbase-$pkgver
-	python setup.py build
-
-	cd ../$_pkgbase-$pkgver-python2
-	python2 setup.py build
-}
-
-package_python-send2trash() {
-	depends=('python')
-
-	cd $_pkgbase-$pkgver
-	python setup.py install --root "$pkgdir" --optimize=1 --skip-build
-	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-send2trash() {
-	depends=('python2')
-
-	cd $_pkgbase-$pkgver-python2
-	python2 setup.py install --root "$pkgdir" --optimize=1 --skip-build
-	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-send2trash/repos/community-any/PKGBUILD (from rev 296377, python-send2trash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-19 14:12:42 UTC (rev 296378)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+_pkgbase=send2trash
+pkgbase=python-$_pkgbase
+pkgname=('python-send2trash' 'python2-send2trash')
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Send file to trash natively"
+arch=('any')
+url="https://github.com/hsoft/send2trash"
+license=('BSD')
+makedepends=('python' 'python-setuptools'
+	     'python' 'python2-setuptools')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/hsoft/$_pkgbase/archive/$pkgver.tar.gz")
+sha256sums=('7cebc0ffc8b6d6e553bce9c6bb915614610ba2dec17c2f0643b1b97251da2a41')
+
+prepare() {
+	cp -a $_pkgbase-$pkgver{,-python2}
+}
+
+build() {
+	cd $_pkgbase-$pkgver
+	python setup.py build
+
+	cd ../$_pkgbase-$pkgver-python2
+	python2 setup.py build
+}
+
+package_python-send2trash() {
+	depends=('python')
+
+	cd $_pkgbase-$pkgver
+	python setup.py install --root "$pkgdir" --optimize=1 --skip-build
+	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-send2trash() {
+	depends=('python2')
+
+	cd $_pkgbase-$pkgver-python2
+	python2 setup.py install --root "$pkgdir" --optimize=1 --skip-build
+	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list