hashworks pushed to branch main at Arch Linux / Packaging / Packages / 
python-gitlabber


Commits:
a505d216 by Justin Kromlinger at 2024-01-03T15:07:40+01:00
upgpkg: 1.1.9-2: Drop python-importlib-metadata dep since it isn't really 
needed

Fixes #1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,15 +1,14 @@
 pkgbase = python-gitlabber
        pkgdesc = Clones or pulls entire groups tree from GitLab
        pkgver = 1.1.9
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/ezbz/gitlabber
        arch = any
        license = MIT
        checkdepends = python-pytest-cov
        checkdepends = python-pytest-integration
-       makedepends = python-setuptools
        makedepends = git
-       depends = python-importlib-metadata
+       depends = python-setuptools
        depends = python-anytree
        depends = python-gitpython
        depends = python-gitlab


=====================================
PKGBUILD
=====================================
@@ -2,13 +2,13 @@
 
 pkgname=python-gitlabber
 pkgver=1.1.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Clones or pulls entire groups tree from GitLab'
 arch=('any')
 license=('MIT')
 url='https://github.com/ezbz/gitlabber'
 depends=(
-  'python-importlib-metadata'
+  'python-setuptools'
   # https://github.com/ezbz/gitlabber/blob/master/requirements.txt
   'python-anytree'
   'python-gitpython'
@@ -19,7 +19,6 @@ depends=(
   'python-docopt'
 )
 makedepends=(
-  'python-setuptools'
   'git'
 )
 checkdepends=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gitlabber/-/commit/a505d2166c9b2d452a485ba01540706c92d7c714

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gitlabber/-/commit/a505d2166c9b2d452a485ba01540706c92d7c714
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to