Date: Wednesday, November 9, 2022 @ 15:50:30
  Author: arojas
Revision: 1346225

archrelease: copy trunk to community-x86_64

Added:
  python-cwcwidth/repos/community-x86_64/PKGBUILD
    (from rev 1346224, python-cwcwidth/trunk/PKGBUILD)
Deleted:
  python-cwcwidth/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-09 15:50:21 UTC (rev 1346224)
+++ PKGBUILD    2022-11-09 15:50:30 UTC (rev 1346225)
@@ -1,25 +0,0 @@
-# Maintainer: Kyle Keen <[email protected]>
-
-pkgname=python-cwcwidth
-_pkgname=cwcwidth
-pkgver=0.1.7
-pkgrel=1
-pkgdesc="Bindings for wcwidth and wcswidth functions defined in POSIX.1-2001 
and POSIX.1-2008"
-arch=('x86_64')
-url="https://pypi.org/project/cwcwidth/";
-license=('MIT')
-depends=('glibc')
-makedepends=('python-build' 'python-installer' 'cython' 'python-setuptools' 
'python-wheel')
-source=("$_pkgname-$pkgver.tgz::https://github.com/sebastinas/cwcwidth/archive/refs/tags/v$pkgver.tar.gz";)
-md5sums=('d800bfff390bf68821440bfb9f21073b')
-
-build() {
-  cd $_pkgname-$pkgver
-  python3 -m build --wheel --no-isolation
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python3 -m installer --destdir="$pkgdir/" dist/*.whl
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-cwcwidth/repos/community-x86_64/PKGBUILD (from rev 1346224, 
python-cwcwidth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-09 15:50:30 UTC (rev 1346225)
@@ -0,0 +1,25 @@
+# Maintainer: Kyle Keen <[email protected]>
+
+pkgname=python-cwcwidth
+_pkgname=cwcwidth
+pkgver=0.1.8
+pkgrel=1
+pkgdesc="Bindings for wcwidth and wcswidth functions defined in POSIX.1-2001 
and POSIX.1-2008"
+arch=('x86_64')
+url="https://pypi.org/project/cwcwidth/";
+license=('MIT')
+depends=('glibc')
+makedepends=('python-build' 'python-installer' 'cython' 'python-setuptools' 
'python-wheel')
+source=("$_pkgname-$pkgver.tgz::https://github.com/sebastinas/cwcwidth/archive/refs/tags/v$pkgver.tar.gz";)
+md5sums=('62dd62d5272d99a079334704436c22c3')
+
+build() {
+  cd $_pkgname-$pkgver
+  python3 -m build --wheel --no-isolation
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python3 -m installer --destdir="$pkgdir/" dist/*.whl
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Reply via email to