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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
ac2092c3
Commit
ac2092c3
authored
4 years ago
by
Justin Berthault
Committed by
Rasmus Thomsen
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/py3-pep8-naming: upgrade to 0.10.0
parent
c0bb2eb9
Loading
Loading
1 merge request
!8027
testing/py3-pep8-naming: upgrade to 0.10.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/py3-pep8-naming/APKBUILD
+9
-6
9 additions, 6 deletions
testing/py3-pep8-naming/APKBUILD
with
9 additions
and
6 deletions
testing/py3-pep8-naming/APKBUILD
+
9
−
6
View file @
ac2092c3
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname
=
py3-pep8-naming
_pkgname
=
pep8-naming
pkgver
=
0.9.1
pkgver
=
0.10.0
pkgrel
=
0
pkgdesc
=
"Check PEP-8 naming conventions plugin for flake8"
url
=
"https://github.com/flintwork/pep8-naming"
...
...
@@ -10,9 +9,13 @@ arch="noarch"
license
=
"MIT"
depends
=
"python3 py3-flake8"
makedepends
=
"py3-setuptools"
checkdepends
=
"py3-six py3-tox py3-virtualenv"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
checkdepends
=
"
py3-six
py3-tox
py3-virtualenv
"
source
=
"https://files.pythonhosted.org/packages/source/p/pep8-naming/pep8-naming-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/pep8-naming-
$pkgver
"
replaces
=
"py-pep8-naming"
# Backwards compatibility
provides
=
"py-pep8-naming=
$pkgver
-r
$pkgrel
"
# Backwards compatibility
...
...
@@ -29,4 +32,4 @@ package() {
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"
6a
395
d2fc2998f97b0592b2007323e21b97c20d4e2fbe4a541c9120f1c69efb4e10c3ce5f3e0c0305f48bfa42a7bf48668f881320ba1cf2fc808bf4447b63b82
pep8-naming-0.
9.1
.tar.gz"
sha512sums
=
"
ee
395
e0ff4d3fce0153eb80784b9cb07b26e28ca1181a44b7776bee3302b16aa1ae3cbc320fc04c26a5330d20d9cc71019727600b213b796712b2ad40111a7e5
pep8-naming-0.
10.0
.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