summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Koch2023-10-16 10:44:17 +0200
committerMarkus Koch2023-10-16 10:44:17 +0200
commite81f4c879681c01bb00f7ba0117762f297200fde (patch)
tree7f94964a98c8977956ee2818d2df52be8e58fc38
parentca7fc9b26a526c68385a5a32670f595f8a8db721 (diff)
downloadaur-python-cocotb.tar.gz
Update to version 1.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
-rw-r--r--readme.org9
3 files changed, 8 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e18e7788779..8380606bfa57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = python-cocotb
pkgdesc = Coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python
- pkgver = 1.7.2
+ pkgver = 1.8.1
pkgrel = 1
url = http://github.com/cocotb/cocotb/
arch = any
license = BSD
makedepends = git
- makedepends = python-pip
depends = python
depends = python-setuptools
+ depends = python-find_libpython
optdepends = iverilog: for simulating verilog designs
optdepends = ghdl: for simulating VHDL designs
optdepends = gtkwave: for visualizing waveforms
options = !emptydirs
- source = git+https://github.com/cocotb/cocotb#tag=v1.7.2
+ source = git+https://github.com/cocotb/cocotb#tag=v1.8.1
md5sums = SKIP
pkgname = python-cocotb
diff --git a/PKGBUILD b/PKGBUILD
index b6b6211e0e32..1f16ff761d7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: csantosb <csantosb dot inventati dot org>
+# Maintainer: Makus Koch <markus@notsyncing.net>
+
pkgname=python-cocotb
-pkgver=1.7.2
+pkgver=1.8.1
pkgrel=1
pkgdesc="Coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python"
arch=('any')
url="http://github.com/cocotb/cocotb/"
license=('BSD')
-depends=('python' 'python-setuptools')
-makedepends=('git' 'python-pip')
+depends=('python' 'python-setuptools' 'python-find_libpython')
+makedepends=('git')
optdepends=('iverilog: for simulating verilog designs'
'ghdl: for simulating VHDL designs'
'gtkwave: for visualizing waveforms')
diff --git a/readme.org b/readme.org
deleted file mode 100644
index 4abf753a3856..000000000000
--- a/readme.org
+++ /dev/null
@@ -1,9 +0,0 @@
-#+TITLE: Python-cocotb AUR package
-
-[[https://gitlab.com/aur-packages/python-cocotb/-/commits/master][https://gitlab.com/aur-packages/python-cocotb/badges/master/pipeline.svg]]
-
-[[https://docs.cocotb.org/en/latest/][Cocotb]] is a coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python.
-
-This [[https://wiki.archlinux.org/index.php/Arch_Build_System][PKGBUILD]] provides a way to build a package suitable for [[https://www.archlinux.org/][Archlinux]].
-
-This project lives in [[https://gitlab.com/aur-packages/python-cocotb][gitlab.com]] and in the [[https://aur.archlinux.org/packages/python-cocotb/][aur]]. The included =yml= file tests the [[https://gitlab.com/aur-packages/python-cocotb/pipelines][build]] process.