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

Christian Hesse eworm at gemini.archlinux.org
Mon Jul 11 11:10:31 UTC 2022


    Date: Monday, July 11, 2022 @ 11:10:31
  Author: eworm
Revision: 1249553

archrelease: copy trunk to community-x86_64

Added:
  python-cwcwidth/repos/community-x86_64/PKGBUILD
    (from rev 1249552, 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-11 11:10:29 UTC (rev 1249552)
+++ PKGBUILD	2022-07-11 11:10:31 UTC (rev 1249553)
@@ -1,25 +0,0 @@
-# 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"
-}

Copied: python-cwcwidth/repos/community-x86_64/PKGBUILD (from rev 1249552, python-cwcwidth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-11 11:10:31 UTC (rev 1249553)
@@ -0,0 +1,25 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-cwcwidth
+_pkgname=cwcwidth
+pkgver=0.1.6
+pkgrel=2
+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