Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Duncan Bellamy
aports
Commits
597f5eed
Commit
597f5eed
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
testing/py3-kombu: upgrade to 4.6.5
parent
035f38c9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/py3-kombu/APKBUILD
+6
-4
6 additions, 4 deletions
testing/py3-kombu/APKBUILD
with
6 additions
and
4 deletions
testing/py3-kombu/APKBUILD
+
6
−
4
View file @
597f5eed
...
@@ -2,15 +2,17 @@
...
@@ -2,15 +2,17 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname
=
py3-kombu
pkgname
=
py3-kombu
_pyname
=
kombu
_pyname
=
kombu
pkgver
=
4.6.
4
pkgver
=
4.6.
5
pkgrel
=
1
pkgrel
=
0
pkgdesc
=
"a message queue abstraction layer"
pkgdesc
=
"a message queue abstraction layer"
options
=
"!check"
# 3 Redis tests fail
url
=
"https://pypi.python.org/pypi/kombu/"
url
=
"https://pypi.python.org/pypi/kombu/"
arch
=
"noarch !s390x"
# Limited by py3-dill
arch
=
"noarch !s390x"
# Limited by py3-dill
license
=
"BSD-3-Clause"
license
=
"BSD-3-Clause"
depends
=
"py3-amqp py3-vine py3-importlib-metadata"
depends
=
"py3-amqp py3-vine py3-importlib-metadata"
makedepends
=
"py3-setuptools"
makedepends
=
"py3-setuptools"
checkdepends
=
"py3-pyro4 py3-case py3-nose py3-mock py3-tz py3-pytest"
checkdepends
=
"py3-pyro4 py3-case py3-nose py3-mock py3-tz py3-pytest py3-sqlalchemy
py3-fakeredis"
_pypiprefix
=
"
${
_pyname
%
${
_pyname
#?
}}
"
_pypiprefix
=
"
${
_pyname
%
${
_pyname
#?
}}
"
source
=
"https://files.pythonhosted.org/packages/source/
$_pypiprefix
/
$_pyname
/
$_pyname
-
$pkgver
.tar.gz"
source
=
"https://files.pythonhosted.org/packages/source/
$_pypiprefix
/
$_pyname
/
$_pyname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pyname
-
$pkgver
"
builddir
=
"
$srcdir
/
$_pyname
-
$pkgver
"
...
@@ -33,4 +35,4 @@ check() {
...
@@ -33,4 +35,4 @@ check() {
package
()
{
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
}
sha512sums
=
"
ccc91245149c315aa6bab9d906df8c31d098cacf924fe45ffd7c71647b7a5eafac4a9b5234366be99079352ed919bce2ecb64cc27ddedc6c97978cace27bdd61
kombu-4.6.
4
.tar.gz"
sha512sums
=
"
f1547400c2ad88a11d21d025bd414c00c95e42175e8f4c56d7c76f447d5f232dc24168e2b0638ed5c3d2e1e1034ec4a273c29a9d4fd84a9986627fe150b873b7
kombu-4.6.
5
.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment