Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Johannes Müller
aports
Commits
00d8568a
Commit
00d8568a
authored
Sep 15, 2019
by
Leo
Committed by
Natanael Copa
Sep 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/py3-uritemplate: drop py2
parent
9b480073
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
30 deletions
+10
-30
main/py3-uritemplate/APKBUILD
main/py3-uritemplate/APKBUILD
+10
-30
No files found.
main/py3-uritemplate/APKBUILD
View file @
00d8568a
# Contributor: Peter Bui <pnutzh4x0r@gmail.com>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname
=
py-uritemplate
pkgname
=
py
3
-uritemplate
_pkgname
=
uritemplate.py
pkgver
=
3.0.0
pkgrel
=
2
pkgdesc
=
"Python module to use URO templates"
pkgrel
=
3
pkgdesc
=
"Python
3
module to use URO templates"
url
=
"https://uritemplate.readthedocs.org"
arch
=
"noarch"
license
=
"BSD"
options
=
"!check"
depends
=
""
makedepends
=
"python2-dev python3-dev py-setuptools"
subpackages
=
"py3-
${
pkgname
#py-
}
:_py3 py2-
${
pkgname
#py-
}
:_py2"
depends
=
"python3"
makedepends
=
"py3-setuptools"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
replaces
=
"py-uritemplate"
# Backwards compatibility
provides
=
"py-uritemplate=
$pkgver
-r
$pkgrel
"
# Backwards compatibility
build
()
{
cd
"
$builddir
"
python2 setup.py build
||
return
1
python3 setup.py build
||
return
1
python3 setup.py build
}
package
()
{
mkdir
-p
"
$pkgdir
"
}
_py
()
{
local
python
=
"
$1
"
pkgdesc
=
"
$pkgdesc
(for
$python
)"
depends
=
"
$depends
$python
"
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
$python
"
cd
"
$builddir
"
$python
setup.py
install
--prefix
=
/usr
--root
=
"
$subpkgdir
"
}
_py2
()
{
replaces
=
"
$pkgname
py2-
$_pkgname
"
# for backward compatibility
provides
=
"py2-
$_pkgname
"
# for backward compatibility
_py python2
}
_py3
()
{
replaces
=
"py3-
$_pkgname
"
# for backward compatibility
provides
=
"py3-
$_pkgname
"
# for backward compatibility
_py python3
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"441553b1a48601454b57691957d8549e4f63f834b144382c95354498950c7b1118968d7acc98bbc5083efc98ef3959ce3187f03305a4c0b785600e2e926f1809 uritemplate.py-3.0.0.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment