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
651
Issues
651
List
Boards
Labels
Service Desk
Milestones
Merge Requests
183
Merge Requests
183
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
de15f75f
Commit
de15f75f
authored
Nov 23, 2009
by
Francesco Colista
Committed by
Natanael Copa
Nov 23, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New Aport: python-application library.
parent
81b9b186
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
testing/python-application/APKBUILD
testing/python-application/APKBUILD
+23
-0
No files found.
testing/python-application/APKBUILD
0 → 100644
View file @
de15f75f
# Contributor: Francesco Colista <francesco.colista@gmail.com>
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname
=
python-application
pkgver
=
1.1.5
pkgrel
=
0
pkgdesc
=
"Basic building blocks for python applications"
url
=
"http://pypi.python.org/pypi/python-application"
license
=
"PSF"
depends
=
"python"
makedepends
=
"python-dev"
install
=
subpackages
=
""
source
=
"http://pypi.python.org/packages/source/p/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
build
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
mkdir
-p
"
$pkgdir
"
/usr/lib/python2.6/site-packages
python setup.py
install
--root
=
"
$pkgdir
"
echo
"/usr/lib/python2.6/site-packages/
$pkgname
-
$pkgver
-py2.6.egg"
>
"
$pkgdir
"
/usr/lib/python2.6/site-packages/
$pkgname
.pth
}
md5sums
=
"d43399becc6b2850a2ea80a34375781b python-application-1.1.5.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