Date: Wednesday, November 30, 2022 @ 09:35:23
  Author: felixonmars
Revision: 1355391

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-30 09:35:10 UTC (rev 1355390)
+++ PKGBUILD    2022-11-30 09:35:23 UTC (rev 1355391)
@@ -1,30 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <[email protected]>
-
-_pkgname=litex-boards
-pkgname=python-$_pkgname
-pkgver=2021.04
-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=('022d5b07585ea3f99ffaa5469b0b9ea0c1503fe67b1e55c656e637ccd58cd69a1dc1e9ab3e33fec46ce089b2a22e25576ba8e5a9424bbcbf606144a80302b9da')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  # remove tests
-  rm -rf "$pkgdir"/usr/lib/python*/site-packages/test
-}

Copied: python-litex-boards/repos/community-any/PKGBUILD (from rev 1355390, 
python-litex-boards/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-30 09:35:23 UTC (rev 1355391)
@@ -0,0 +1,30 @@
+# Maintainer: Filipe Laíns (FFY00) <[email protected]>
+
+_pkgname=litex-boards
+pkgname=python-$_pkgname
+pkgver=2021.08
+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=('cdf309fe5cb0da2db12445388b27997698ebd31b5e5f61bf70c543e75f618b5c4cdf13c1e6b393b389176f9aa1fb0e77d64b2cafba4103a7eb133b913301b731')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  # remove tests
+  rm -rf "$pkgdir"/usr/lib/python*/site-packages/test
+}

Reply via email to