[arch-commits] Commit in python-pyserial/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:35:51 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:35:51
  Author: felixonmars
Revision: 1060859

archrelease: copy trunk to community-staging-any

Added:
  python-pyserial/repos/community-staging-any/PKGBUILD
    (from rev 1060856, python-pyserial/trunk/PKGBUILD)
Deleted:
  python-pyserial/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:35:50 UTC (rev 1060858)
+++ PKGBUILD	2021-12-01 21:35:51 UTC (rev 1060859)
@@ -1,27 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Douglas Soares de Andrade <dsandrade at gmail.com>
-# Contributor: Douglas Soares de Andrade <dsandrade at gmail.com>
-
-pkgname=python-pyserial
-pkgver=3.5
-pkgrel=3
-pkgdesc="Multiplatform Serial Port Module for Python"
-arch=('any')
-url="https://github.com/pyserial/pyserial"
-license=('custom:PYTHON')
-depends=('python')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pyserial/pyserial/archive/v$pkgver.tar.gz")
-sha256sums=('81cbbb8147f11cbaefea8bacece25adeffeb2b5503a571e686d4658863fdd6c6')
-
-build() {
-  cd pyserial-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/pyserial-${pkgver}
-  python setup.py install --root="$pkgdir" --skip-build
-  install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-pyserial/repos/community-staging-any/PKGBUILD (from rev 1060856, python-pyserial/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:35:51 UTC (rev 1060859)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Douglas Soares de Andrade <dsandrade at gmail.com>
+# Contributor: Douglas Soares de Andrade <dsandrade at gmail.com>
+
+pkgname=python-pyserial
+pkgver=3.5
+pkgrel=4
+pkgdesc="Multiplatform Serial Port Module for Python"
+arch=('any')
+url="https://github.com/pyserial/pyserial"
+license=('custom:PYTHON')
+depends=('python')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pyserial/pyserial/archive/v$pkgver.tar.gz")
+sha256sums=('81cbbb8147f11cbaefea8bacece25adeffeb2b5503a571e686d4658863fdd6c6')
+
+build() {
+  cd pyserial-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/pyserial-${pkgver}
+  python setup.py install --root="$pkgdir" --skip-build
+  install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}



More information about the arch-commits mailing list