summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisaka135142024-04-16 11:46:59 +0800
committerMisaka135142024-04-16 11:46:59 +0800
commitf9734291251ccec6669f767a448405d6da6e88d4 (patch)
treed328a2f52a20e33c800d967f170bc781756c5c9d
parenta3e3ac4dd4f90749143549bf979692a0698740b4 (diff)
downloadaur-python-pipreqs.tar.gz
upgpkg: python-pipreqs 0.5.0-3
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7429782895da..6bfe16eacb5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-pipreqs
pkgdesc = Pip requirements.txt generator based on imports in project
pkgver = 0.5.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/bndr/pipreqs
arch = any
- license = MIT
+ license = Apache-2.0
+ checkdepends = jupyter-nbconvert
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
diff --git a/PKGBUILD b/PKGBUILD
index 0306676825f7..4a5c7134f917 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
pkgname=python-pipreqs
pkgver=0.5.0
-pkgrel=2
+pkgrel=3
pkgdesc="Pip requirements.txt generator based on imports in project"
url="https://github.com/bndr/pipreqs"
-license=('MIT')
+license=('Apache-2.0')
arch=('any')
depends=('python' 'python-docopt' 'python-yarg' 'python-requests')
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel' 'python-poetry-core')
optdepends=('jupyter-nbconvert: for scanning jupyter notebooks')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/bndr/pipreqs/archive/v$pkgver.tar.gz")
+checkdepends=('jupyter-nbconvert')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha512sums=('0a15f1b675006ce24408fbca5f87d782c479d33db2a98ec60f619547b74e9220387321bf19c94a312039f50a51f8e47ec8b766e4e631cac740306965b64abb43')
build() {