Date: Tuesday, October 25, 2022 @ 09:09:30
Author: alerque
Revision: 1334730
archrelease: copy trunk to community-any
Added:
python-pastel/repos/community-any/PKGBUILD
(from rev 1334729, python-pastel/trunk/PKGBUILD)
Deleted:
python-pastel/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-25 09:09:21 UTC (rev 1334729)
+++ PKGBUILD 2022-10-25 09:09:30 UTC (rev 1334730)
@@ -1,34 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Eli Schwartz <[email protected]>
-
-_pkgname=pastel
-pkgname=python-pastel
-pkgver=0.2.1
-pkgrel=4
-pkgdesc='Bring colors to your terminal'
-arch=(any)
-url="https://github.com/sdispater/${_pkgname}"
-license=(MIT)
-depends=(python)
-makedepends=(python-{build,installer}
- python-poetry)
-checkdepends=(python-pytest)
-_archive="$_pkgname-$pkgver"
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_archive.tar.gz")
-sha256sums=('e6581ac04e973cac858828c6202c1e1e81fee1dc7de7683f3e1ffe0bfd8a573d')
-
-build(){
- cd "$_archive"
- python -m build -wn
-}
-
-check() {
- cd "$_archive"
- python -m pytest
-}
-
-package() {
- cd "$_archive"
- python -m installer -d "${pkgdir}" dist/*.whl
- install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}
Copied: python-pastel/repos/community-any/PKGBUILD (from rev 1334729,
python-pastel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-25 09:09:30 UTC (rev 1334730)
@@ -0,0 +1,34 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Eli Schwartz <[email protected]>
+
+_pkgname=pastel
+pkgname=python-pastel
+pkgver=0.2.1
+pkgrel=5
+pkgdesc='Bring colors to your terminal'
+arch=(any)
+url="https://github.com/sdispater/${_pkgname}"
+license=(MIT)
+depends=(python)
+makedepends=(python-{build,installer,wheel}
+ python-poetry-core)
+checkdepends=(python-pytest)
+_archive="$_pkgname-$pkgver"
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_archive.tar.gz")
+sha256sums=('e6581ac04e973cac858828c6202c1e1e81fee1dc7de7683f3e1ffe0bfd8a573d')
+
+build(){
+ cd "$_archive"
+ python -m build -wn
+}
+
+check() {
+ cd "$_archive"
+ python -m pytest
+}
+
+package() {
+ cd "$_archive"
+ python -m installer -d "${pkgdir}" dist/*.whl
+ install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}