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

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


    Date: Sunday, January 24, 2021 @ 19:51:11
  Author: ffy00
Revision: 829023

archrelease: copy trunk to community-any

Added:
  python-litex-boards/repos/community-any/PKGBUILD
    (from rev 829022, python-litex-boards/trunk/PKGBUILD)
Deleted:
  python-litex-boards/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-24 19:51:06 UTC (rev 829022)
+++ PKGBUILD	2021-01-24 19:51:11 UTC (rev 829023)
@@ -1,27 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=litex-boards
-pkgname=python-$_pkgname
-pkgver=2020.04
-pkgrel=2
-pkgdesc='Small footprint and configurable Ethernet core'
-arch=('any')
-url="https://github.com/litex-hub/$_pkgname"
-license=('BSD')
-depends=('python-migen' 'python-litex' 'python-litedram' 'python-liteeth' 'python-liteiclink' 'python-litejesd204b'
-         'python-litepcie' 'python-litesata' 'python-litescope' 'python-litesdcard' 'python-litevideo')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('548e414c37ca264134bdec1652da4abf6096999f07676a8ffe16693e9f4d85bca072a813bd182ac848fbf8008585c73df208a54a213003c04212946e3aca9354')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-litex-boards/repos/community-any/PKGBUILD (from rev 829022, python-litex-boards/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-24 19:51:11 UTC (rev 829023)
@@ -0,0 +1,27 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=litex-boards
+pkgname=python-$_pkgname
+pkgver=2020.12
+pkgrel=1
+pkgdesc='Small footprint and configurable Ethernet core'
+arch=('any')
+url="https://github.com/litex-hub/$_pkgname"
+license=('BSD')
+depends=('python-migen' 'python-litex' 'python-litedram' 'python-liteeth' 'python-liteiclink' 'python-litejesd204b'
+         'python-litepcie' 'python-litesata' 'python-litescope' 'python-litesdcard' 'python-litevideo')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('f360f9e0ea30002586433721afb8cd38a4839b8445121ec24323ad79fd8f02ce064012c8138f9fe458c16741859e4e9059bcece49af384b1ed3979a2116bec70')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list