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
c936ade6
Commit
c936ade6
authored
5 years ago
by
Leo
Committed by
Natanael Copa
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/py3-twitter: drop py2
parent
45265f0b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/py3-twitter/APKBUILD
+10
-28
10 additions, 28 deletions
main/py3-twitter/APKBUILD
with
10 additions
and
28 deletions
main/py3-twitter/APKBUILD
+
10
−
28
View file @
c936ade6
# Maintainer: prspkt <prspkt@protonmail.com>
# Maintainer: prspkt <prspkt@protonmail.com>
pkgname
=
py-twitter
pkgname
=
py
3
-twitter
_pkgname
=
python-twitter
_pkgname
=
python-twitter
pkgver
=
3.5
pkgver
=
3.5
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Python wrapper around the Twitter API"
pkgdesc
=
"Python3 wrapper around the Twitter API"
options
=
"!check"
# Requires 'pytest-runner' which is in community
url
=
"https://pypi.python.org/pypi/python-twitter"
url
=
"https://pypi.python.org/pypi/python-twitter"
arch
=
"noarch"
arch
=
"noarch"
license
=
"Apache-2.0"
license
=
"Apache-2.0"
depends
=
"py-future py-requests py-requests-oauthlib"
depends
=
"python3 py3-future py3-requests py3-requests-oauthlib"
makedepends
=
"python2-dev py-setuptools python3-dev"
makedepends
=
"py3-setuptools"
subpackages
=
"py3-
${
pkgname
#py-
}
:_py3 py2-
${
pkgname
#py-
}
:_py2"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
replaces
=
"py-twitter"
# Backwards compatibility
provides
=
"py-twitter=
$pkgver
-r
$pkgrel
"
# Backwards compatibility
build
()
{
build
()
{
cd
"
$builddir
"
cd
"
$builddir
"
python2 setup.py build
python3 setup.py build
python3 setup.py build
}
}
package
()
{
package
()
{
mkdir
-p
"
$pkgdir
"
}
_py2
()
{
replaces
=
"
$pkgname
"
depends
=
"
${
depends
//py-/py2-
}
"
_py python2
}
_py3
()
{
depends
=
"
${
depends
//py-/py3-
}
"
_py python3
}
_py
()
{
local
python
=
"
$1
"
pkgdesc
=
"
$pkgdesc
(for
$python
)"
depends
=
"
$depends
$python
"
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
$python
"
cd
"
$builddir
"
cd
"
$builddir
"
$
python
setup.py
install
--prefix
=
/usr
--root
=
"
$
sub
pkgdir
"
python
3
setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
}
sha512sums
=
"6ccd5aa81ec433a86a8d4db0fe28ab12d4b434849e2d06ae3cd70449d98fd642d4c16221113f4b6fd82610093c11ea042118cab0a876e4ec1208b0c8e14b41b5 python-twitter-3.5.tar.gz"
sha512sums
=
"6ccd5aa81ec433a86a8d4db0fe28ab12d4b434849e2d06ae3cd70449d98fd642d4c16221113f4b6fd82610093c11ea042118cab0a876e4ec1208b0c8e14b41b5 python-twitter-3.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