[arch-commits] Commit in python-send2trash/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 21:45:27 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:45:27
  Author: foutrelis
Revision: 1061093

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:45:23 UTC (rev 1061092)
+++ PKGBUILD	2021-12-01 21:45:27 UTC (rev 1061093)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
-_pkgbase=send2trash
-pkgname=python-send2trash
-pkgver=1.8.0
-pkgrel=2
-pkgdesc="Send file to trash natively"
-arch=('any')
-url="https://github.com/hsoft/send2trash"
-license=('BSD')
-depends=('python')
-makedepends=('python' 'python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hsoft/$_pkgbase/archive/$pkgver.tar.gz")
-sha256sums=('937b038abd9f1e7b8c5d7a116be5dc4663beb71df74dcccffe56cacf992c7a9c')
-
-build() {
-	cd $_pkgbase-$pkgver
-	python setup.py build
-}
-
-package() {
-	cd $_pkgbase-$pkgver
-	python setup.py install --root "$pkgdir" --optimize=1 --skip-build
-	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-send2trash/repos/community-staging-any/PKGBUILD (from rev 1061092, python-send2trash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:45:27 UTC (rev 1061093)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+_pkgbase=send2trash
+pkgname=python-send2trash
+pkgver=1.8.0
+pkgrel=3
+pkgdesc="Send file to trash natively"
+arch=('any')
+url="https://github.com/hsoft/send2trash"
+license=('BSD')
+depends=('python')
+makedepends=('python' 'python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hsoft/$_pkgbase/archive/$pkgver.tar.gz")
+sha256sums=('937b038abd9f1e7b8c5d7a116be5dc4663beb71df74dcccffe56cacf992c7a9c')
+
+build() {
+	cd $_pkgbase-$pkgver
+	python setup.py build
+}
+
+package() {
+	cd $_pkgbase-$pkgver
+	python 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