[arch-commits] Commit in python-cwcwidth/repos/community-x86_64 (PKGBUILD PKGBUILD)

Kyle Keen kkeen at gemini.archlinux.org
Sat Jul 2 00:24:51 UTC 2022


    Date: Saturday, July 2, 2022 @ 00:24:51
  Author: kkeen
Revision: 1243573

archrelease: copy trunk to community-x86_64

Added:
  python-cwcwidth/repos/community-x86_64/PKGBUILD
    (from rev 1243572, 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-07-02 00:24:17 UTC (rev 1243572)
+++ PKGBUILD	2022-07-02 00:24:51 UTC (rev 1243573)
@@ -1,25 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-cwcwidth
-_pkgname=cwcwidth
-pkgver=0.1.4
-pkgrel=3
-pkgdesc="Bindings for wcwidth and wcswidth functions defined in POSIX.1-2001 and POSIX.1-2008"
-arch=('x86_64')
-url="https://pypi.python.org/pypi/curtsies"
-license=('MIT')
-depends=('glibc')
-makedepends=('python-setuptools' 'cython')
-source=("$_pkgname-$pkgver.tgz::https://github.com/sebastinas/cwcwidth/archive/refs/tags/v$pkgver.tar.gz")
-md5sums=('03768ca16d2b78db3bdc2cc3149bfbd0')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python3 setup.py build
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-cwcwidth/repos/community-x86_64/PKGBUILD (from rev 1243572, python-cwcwidth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-02 00:24:51 UTC (rev 1243573)
@@ -0,0 +1,25 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-cwcwidth
+_pkgname=cwcwidth
+pkgver=0.1.6
+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-setuptools' 'cython')
+source=("$_pkgname-$pkgver.tgz::https://github.com/sebastinas/cwcwidth/archive/refs/tags/v$pkgver.tar.gz")
+md5sums=('7ddfe741e799d4c6da1a49e5cf61184c')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python3 setup.py build
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list