[arch-commits] Commit in python-rstr/repos/community-staging-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 19:23:46 UTC 2021
Date: Thursday, December 2, 2021 @ 19:23:46
Author: foutrelis
Revision: 1062379
archrelease: copy trunk to community-staging-any
Added:
python-rstr/repos/community-staging-any/PKGBUILD
(from rev 1062378, python-rstr/trunk/PKGBUILD)
Deleted:
python-rstr/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 19:23:43 UTC (rev 1062378)
+++ PKGBUILD 2021-12-02 19:23:46 UTC (rev 1062379)
@@ -1,32 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Kewl <xrjy at nygb.rh.bet(rot13)>
-# Contributor: Andy Weidenbaum <archbaum at gmail.com>
-
-pkgname=python-rstr
-_pkgname=rstr
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="Generate random strings in Python"
-arch=('any')
-url="https://github.com/leapfrogonline/rstr"
-license=('BSD')
-depends=('python')
-makedepends=("python-setuptools" "python-dephell")
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('bc3d4f929e34dcde3d90884bc9217a465069f51164f4220c8e551205a882e9b7')
-
-prepare() {
- cd $_pkgname-$pkgver
- dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build() {
- cd $_pkgname-$pkgver
- python setup.py build
-}
-
-package() {
- cd $_pkgname-$pkgver
- python setup.py install --skip-build --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
Copied: python-rstr/repos/community-staging-any/PKGBUILD (from rev 1062378, python-rstr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 19:23:46 UTC (rev 1062379)
@@ -0,0 +1,32 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Kewl <xrjy at nygb.rh.bet(rot13)>
+# Contributor: Andy Weidenbaum <archbaum at gmail.com>
+
+pkgname=python-rstr
+_pkgname=rstr
+pkgver=3.0.0
+pkgrel=3
+pkgdesc="Generate random strings in Python"
+arch=('any')
+url="https://github.com/leapfrogonline/rstr"
+license=('BSD')
+depends=('python')
+makedepends=("python-setuptools" "python-dephell")
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
+sha256sums=('bc3d4f929e34dcde3d90884bc9217a465069f51164f4220c8e551205a882e9b7')
+
+prepare() {
+ cd $_pkgname-$pkgver
+ dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+ cd $_pkgname-$pkgver
+ python setup.py build
+}
+
+package() {
+ cd $_pkgname-$pkgver
+ python setup.py install --skip-build --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
More information about the arch-commits
mailing list