summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2024-01-04 16:51:22 -0500
committerGuillaume Horel2024-01-04 16:51:22 -0500
commit7e580026ce0145e76f57969ada7b6ddf130dce7c (patch)
tree47bdcf287c4878169cf9c9e4c726e042b797326f
parent70f47cdb961885fb509cb25cec411016ee806384 (diff)
downloadaur-7e580026ce0145e76f57969ada7b6ddf130dce7c.tar.gz
bump to 4.1.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a528a8d2d407..3d27f4b9ea1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,9 +11,11 @@ pkgbase = python-lineprofiler
makedepends = cython
makedepends = python-build
makedepends = python-installer
+ makedepends = python-setuptools
makedepends = python-wheel
- depends = python-setuptools
depends = ipython
+ depends = python
+ optdepends = python-rich
source = line_profiler-4.1.2.tar.gz::https://github.com/pyutils/line_profiler/archive/v4.1.2.tar.gz
sha256sums = a1f3458c1dd1bf4b2d1d2657b78225f4e4e9046a1841f18cf528f01ebd3d5f43
diff --git a/PKGBUILD b/PKGBUILD
index 58ba78fc44b5..fc79f5e9f1c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,10 @@ pkgdesc="Line-by-line profiler"
url="https://pypi.python.org/pypi/line_profiler"
arch=('x86_64')
license=('BSD')
-depends=('python-setuptools' 'ipython')
-makedepends=('cython' 'python-build' 'python-installer' 'python-wheel')
+depends=(ipython python)
+makedepends=(cython python-build python-installer python-setuptools python-wheel)
checkdepends=('python-pytest' 'python-pytest-cov' 'python-ubelt')
+optdepends=(python-rich)
source=("$_pkgname-$pkgver.tar.gz::https://github.com/pyutils/line_profiler/archive/v$pkgver.tar.gz")
sha256sums=('a1f3458c1dd1bf4b2d1d2657b78225f4e4e9046a1841f18cf528f01ebd3d5f43')