[arch-commits] Commit in python-liteiclink/repos/community-any (PKGBUILD PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Sun Jan 24 19:52:31 UTC 2021


    Date: Sunday, January 24, 2021 @ 19:52:31
  Author: ffy00
Revision: 829045

archrelease: copy trunk to community-any

Added:
  python-liteiclink/repos/community-any/PKGBUILD
    (from rev 829044, python-liteiclink/trunk/PKGBUILD)
Deleted:
  python-liteiclink/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-24 19:52:27 UTC (rev 829044)
+++ PKGBUILD	2021-01-24 19:52:31 UTC (rev 829045)
@@ -1,35 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=liteiclink
-pkgname=python-$_pkgname
-pkgver=2020.08
-pkgrel=3
-pkgdesc='Small footprint and configurable Inter-Chip communication cores'
-arch=('any')
-url="https://github.com/enjoy-digital/$_pkgname"
-license=('BSD')
-depends=('python-migen' 'python-litex')
-makedepends=('python-setuptools')
-#checkdepends=('python-pytest-runner') # no litescope release
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('0de9205787f246f687130e899cb41aaa089d64c2685c05e4493b1a91dee1f5b79b8de3c7b0bb94503cdb596595ed95b95d62f68c6328fb11c304b054fd568529')
-
-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-liteiclink/repos/community-any/PKGBUILD (from rev 829044, python-liteiclink/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-24 19:52:31 UTC (rev 829045)
@@ -0,0 +1,35 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=liteiclink
+pkgname=python-$_pkgname
+pkgver=2020.12
+pkgrel=1
+pkgdesc='Small footprint and configurable Inter-Chip communication cores'
+arch=('any')
+url="https://github.com/enjoy-digital/$_pkgname"
+license=('BSD')
+depends=('python-migen' 'python-litex')
+makedepends=('python-setuptools')
+#checkdepends=('python-pytest-runner') # no litescope release
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('dd1ce37f1b9b24c3bd30ef6869c33062b002b7994a8a2c839ed370a9ba7564d9836b4ebb4743cb314fc531d2e5edd624904143a4352e098fc048b9b9d4b20cbd')
+
+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