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

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


    Date: Sunday, January 24, 2021 @ 19:52:03
  Author: ffy00
Revision: 829036

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-24 19:51:59 UTC (rev 829035)
+++ PKGBUILD	2021-01-24 19:52:03 UTC (rev 829036)
@@ -1,35 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=litesata
-pkgname=python-$_pkgname
-pkgver=2020.08
-pkgrel=3
-pkgdesc='Small footprint and configurable SATA core'
-arch=('any')
-url="https://github.com/enjoy-digital/$_pkgname"
-license=('BSD')
-depends=('python-migen' 'python-litex')
-makedepends=('python-setuptools')
-# checkdepends=('python-pytest-runner') # missing litescope release
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('f83edde55719db976ace2ca066e5685773244fdab44c82dd4a91b98200dc3ba56f1cd0d66eee2e521b37655888f6a6da27e25fd71a2229be9864d463118ffbf0')
-
-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-litesata/repos/community-any/PKGBUILD (from rev 829035, python-litesata/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-24 19:52:03 UTC (rev 829036)
@@ -0,0 +1,35 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=litesata
+pkgname=python-$_pkgname
+pkgver=2020.12
+pkgrel=1
+pkgdesc='Small footprint and configurable SATA core'
+arch=('any')
+url="https://github.com/enjoy-digital/$_pkgname"
+license=('BSD')
+depends=('python-migen' 'python-litex')
+makedepends=('python-setuptools')
+# checkdepends=('python-pytest-runner') # missing litescope release
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('c09ddf8a0beeb9865dcdeaadcb0e6f49a0a5fa74f320021685e0da49707754cff8ea40a33f46e0c678d988f395f87606054d63de7f3da17196684fb15eb75976')
+
+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