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

George Rawlinson grawlinson at gemini.archlinux.org
Sun Jun 19 19:06:53 UTC 2022


    Date: Sunday, June 19, 2022 @ 19:06:53
  Author: grawlinson
Revision: 1238623

archrelease: copy trunk to community-any

Added:
  reuse/repos/community-any/PKGBUILD
    (from rev 1238622, reuse/trunk/PKGBUILD)
Deleted:
  reuse/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  134 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-19 19:05:39 UTC (rev 1238622)
+++ PKGBUILD	2022-06-19 19:06:53 UTC (rev 1238623)
@@ -1,67 +0,0 @@
-# Maintainer: George Rawlinson <george at rawlinson.net.nz>
-# Contributor: Max Mehl <aur at mehl dot mx>
-# SPDX-FileCopyrightText: 2019 Max Mehl
-# SPDX-License-Identifier: CC0-1.0
-
-pkgname=reuse
-_pkgname=reuse-tool
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Helper tool for providing and confirming copyright and licensing information'
-arch=('any')
-url='https://github.com/fsfe/reuse-tool'
-license=('GPL3' 'Apache' 'custom:CC-BY-SA-4.0' 'custom:CC0-1.0')
-depends=(
-  'python'
-  'python-debian'
-  'python-requests'
-  'python-license-expression'
-  'python-boolean.py'
-  'python-jinja'
-  'python-binaryornot'
-)
-makedepends=(
-  'git'
-  'python-setuptools' 
-  'python-setuptools-scm'
-)
-checkdepends=('python-pytest')
-optdepends=(
-  'git: git repository support'
-  'mercurial: mercurial repository support'
-)
-_commit='b0fd725328e42d98f6c8e60d2d3587dd728bbcc7'
-source=("$pkgname::git+$url#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd "$pkgname"
-
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname"
-
-  pytest
-}
-
-package() {
-  cd "$pkgname"
-
-  python setup.py install \
-    --root="$pkgdir" \
-    --optimize=1 \
-    --skip-build
-
-  # licenses
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSES/*
-
-  sed -n '/## License/,$ p' README.md > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: reuse/repos/community-any/PKGBUILD (from rev 1238622, reuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-19 19:06:53 UTC (rev 1238623)
@@ -0,0 +1,67 @@
+# Maintainer: George Rawlinson <george at rawlinson.net.nz>
+# Contributor: Max Mehl <aur at mehl dot mx>
+# SPDX-FileCopyrightText: 2019 Max Mehl
+# SPDX-License-Identifier: CC0-1.0
+
+pkgname=reuse
+_pkgname=reuse-tool
+pkgver=1.0.0
+pkgrel=2
+pkgdesc='Helper tool for providing and confirming copyright and licensing information'
+arch=('any')
+url='https://github.com/fsfe/reuse-tool'
+license=('GPL3' 'Apache' 'custom:CC-BY-SA-4.0' 'custom:CC0-1.0')
+depends=(
+  'python'
+  'python-debian'
+  'python-requests'
+  'python-license-expression'
+  'python-boolean.py'
+  'python-jinja'
+  'python-binaryornot'
+  'python-setuptools' 
+)
+makedepends=(
+  'git'
+  'python-setuptools-scm'
+)
+checkdepends=('python-pytest')
+optdepends=(
+  'git: git repository support'
+  'mercurial: mercurial repository support'
+)
+_commit='b0fd725328e42d98f6c8e60d2d3587dd728bbcc7'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd "$pkgname"
+
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname"
+
+  pytest
+}
+
+package() {
+  cd "$pkgname"
+
+  python setup.py install \
+    --root="$pkgdir" \
+    --optimize=1 \
+    --skip-build
+
+  # licenses
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSES/*
+
+  sed -n '/## License/,$ p' README.md > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list