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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 18:42:39 UTC 2021


    Date: Thursday, December 2, 2021 @ 18:42:39
  Author: felixonmars
Revision: 1062178

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 18:42:37 UTC (rev 1062177)
+++ PKGBUILD	2021-12-02 18:42:39 UTC (rev 1062178)
@@ -1,35 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=liteeth
-pkgname=python-$_pkgname
-pkgver=2020.12
-pkgrel=2
-pkgdesc='Small footprint and configurable Ethernet core'
-arch=('any')
-url="https://github.com/enjoy-digital/$_pkgname"
-license=('BSD')
-depends=('python-migen' 'python-litex')
-makedepends=('python-setuptools')
-#checkdepends=('python-pytest-runner') # broken env
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('e53105c7a02d52da64b5c52e726f9b4104bf193739ddc23da28de71d6d13445280fdbf85c309b6b2815c496052ace9616a794157f0905cf5895f9af17393839e')
-
-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-liteeth/repos/community-staging-any/PKGBUILD (from rev 1062176, python-liteeth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 18:42:39 UTC (rev 1062178)
@@ -0,0 +1,35 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=liteeth
+pkgname=python-$_pkgname
+pkgver=2020.12
+pkgrel=3
+pkgdesc='Small footprint and configurable Ethernet core'
+arch=('any')
+url="https://github.com/enjoy-digital/$_pkgname"
+license=('BSD')
+depends=('python-migen' 'python-litex')
+makedepends=('python-setuptools')
+#checkdepends=('python-pytest-runner') # broken env
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('e53105c7a02d52da64b5c52e726f9b4104bf193739ddc23da28de71d6d13445280fdbf85c309b6b2815c496052ace9616a794157f0905cf5895f9af17393839e')
+
+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