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
650
Issues
650
List
Boards
Labels
Service Desk
Milestones
Merge Requests
213
Merge Requests
213
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
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
99d44fb0
Commit
99d44fb0
authored
Jun 28, 2011
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/py-setuptools: remove traces of python2.6
parent
3d47d424
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
main/py-setuptools/APKBUILD
main/py-setuptools/APKBUILD
+7
-5
No files found.
main/py-setuptools/APKBUILD
View file @
99d44fb0
...
...
@@ -3,10 +3,10 @@
pkgname
=
py-setuptools
_pkgname
=
${
pkgname
#py-
}
pkgver
=
0.6c11
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"setuptools is a collection of enhancements to the Python distutils"
url
=
"http://pypi.python.org/pypi/setuptools"
arch
=
"
all
"
arch
=
"
noarch
"
license
=
"PSF"
depends
=
"python"
makedepends
=
"python-dev"
...
...
@@ -16,10 +16,12 @@ source="http://pypi.python.org/packages/source/s/$_pkgname/$_pkgname-$pkgver.tar
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
python setup.py build
||
return
1
}
package
()
{
cd
"
$srcdir
"
/
$_pkgname
-
$pkgver
python setup.py
install
--root
=
"
$pkgdir
"
# we don't provide a non-suffixed easy_install
echo
"Removing non-suffixed easy_install (
$pkgdir
/usr/bin/easy_install)"
rm
"
$pkgdir
"
/usr/bin/easy_install
...
...
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