[arch-commits] Commit in python-darkdetect/repos/community-any (PKGBUILD PKGBUILD)
George Rawlinson
grawlinson at gemini.archlinux.org
Tue Jul 19 03:43:21 UTC 2022
Date: Tuesday, July 19, 2022 @ 03:43:20
Author: grawlinson
Revision: 1254518
archrelease: copy trunk to community-any
Added:
python-darkdetect/repos/community-any/PKGBUILD
(from rev 1254517, python-darkdetect/trunk/PKGBUILD)
Deleted:
python-darkdetect/repos/community-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-19 03:42:41 UTC (rev 1254517)
+++ PKGBUILD 2022-07-19 03:43:20 UTC (rev 1254518)
@@ -1,35 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Contributor: Padraic Fanning <fanninpm AT miamioh DOT edu>
-
-pkgname=python-darkdetect
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Detect OS Dark Mode from Python'
-arch=('any')
-url='https://github.com/albertosottile/darkdetect'
-license=('BSD')
-depends=('python')
-makedepends=('git' 'python-setuptools')
-_commit='1c5e7e6b7a173160a12873a4018ed0dbcea67d5d'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cd "$pkgname"
-
- python setup.py build
-}
-
-package() {
- cd "$pkgname"
-
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
- install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}
Copied: python-darkdetect/repos/community-any/PKGBUILD (from rev 1254517, python-darkdetect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-07-19 03:43:20 UTC (rev 1254518)
@@ -0,0 +1,35 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: Padraic Fanning <fanninpm AT miamioh DOT edu>
+
+pkgname=python-darkdetect
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='Detect OS Dark Mode from Python'
+arch=('any')
+url='https://github.com/albertosottile/darkdetect'
+license=('BSD')
+depends=('python')
+makedepends=('git' 'python-setuptools')
+_commit='2f6eb7205a826af6e2a6d93e46934354ef80faf5'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cd "$pkgname"
+
+ python setup.py build
+}
+
+package() {
+ cd "$pkgname"
+
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+ install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}
More information about the arch-commits
mailing list