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
Michael Pirogov
aports
Commits
e57e0a7b
Unverified
Commit
e57e0a7b
authored
5 years ago
by
prspkt
Browse files
Options
Downloads
Patches
Plain Diff
testing/py-luhn: drop python2
parent
c3530046
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-luhn/APKBUILD
+8
-25
8 additions, 25 deletions
testing/py3-luhn/APKBUILD
with
8 additions
and
25 deletions
testing/py-luhn/APKBUILD
→
testing/py
3
-luhn/APKBUILD
+
8
−
25
View file @
e57e0a7b
# Maintainer:
pkgname
=
py-luhn
pkgname
=
py3-luhn
_pkgname
=
luhn
pkgver
=
0.2.0
pkgrel
=
1
pkgdesc
=
"generate and validate luhn check digits"
url
=
"https://pypi.python.org/pypi/luhn/"
arch
=
"noarch"
license
=
"BSD"
depends
=
"py-amqp"
makedepends
=
"py
thon2-dev python3-dev py
-setuptools"
depends
=
"py
3
-amqp"
makedepends
=
"py
3
-setuptools"
install
=
""
subpackages
=
"py2-luhn:py2 py3-luhn:py3"
source
=
"https://files.pythonhosted.org/packages/source/l/luhn/luhn-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/luhn-
$pkgver
"
replaces
=
"py-luhn"
# Backwards compatibility
provides
=
"py-luhn=
$pkgver
-r
$pkgrel
"
# Backwards compatibility
build
()
{
cd
"
$_builddir
"
python2 setup.py build
python3 setup.py build
}
package
()
{
mkdir
-p
"
$pkgdir
"
}
_py
()
{
local
python
=
"
$1
"
pkgdesc
=
"
$pkgdesc
${
python
#python
}
"
depends
=
"
$depends
$python
"
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
$python
"
cd
"
$builddir
"
$python
setup.py
install
--prefix
=
/usr
--root
=
"
$subpkgdir
"
}
py2
()
{
cd
"
$builddir
"
_py python2
}
py3
()
{
cd
"
$builddir
"
_py python3
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"81c5be3ae22069f409098ad3c333e90514cfd1dd351974cabfd03981790e408bd65129f46b1a05dc9411d566c4a9ceb62b0942a276a1bb561c3b3282685b46f7 luhn-0.2.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