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

Felix Yan felixonmars at archlinux.org
Thu Nov 12 12:58:19 UTC 2020


    Date: Thursday, November 12, 2020 @ 12:58:18
  Author: felixonmars
Revision: 751729

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 12:58:07 UTC (rev 751728)
+++ PKGBUILD	2020-11-12 12:58:18 UTC (rev 751729)
@@ -1,35 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=litepcie
-pkgname=python-$_pkgname
-pkgver=2020.08
-pkgrel=2
-pkgdesc='Small footprint and configurable PCIe core'
-arch=('any')
-url="https://github.com/enjoy-digital/$_pkgname"
-license=('BSD')
-depends=('python-migen' 'python-litex' 'python-yaml')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('3c848ab8732722388ca6aa3637ca24d5ca00fe56b60ccace4d12acce1a0fcd3b897ee9f649de3882f38eccac325a2ab7e75eeed6a30228df50944d2321178453')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  python setup.py pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-litepcie/repos/community-staging-any/PKGBUILD (from rev 751728, python-litepcie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 12:58:18 UTC (rev 751729)
@@ -0,0 +1,35 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=litepcie
+pkgname=python-$_pkgname
+pkgver=2020.08
+pkgrel=3
+pkgdesc='Small footprint and configurable PCIe core'
+arch=('any')
+url="https://github.com/enjoy-digital/$_pkgname"
+license=('BSD')
+depends=('python-migen' 'python-litex' 'python-yaml')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('3c848ab8732722388ca6aa3637ca24d5ca00fe56b60ccace4d12acce1a0fcd3b897ee9f649de3882f38eccac325a2ab7e75eeed6a30228df50944d2321178453')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list