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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Dominika Liberda
aports
Commits
b463fa8c
Commit
b463fa8c
authored
6 years ago
by
Roberto Oliveira
Browse files
Options
Downloads
Patches
Plain Diff
testing/py-setuptools-git: upgrade to 1.2 and modernize
parent
c6e511e5
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/py-setuptools-git/APKBUILD
+7
-21
7 additions, 21 deletions
testing/py-setuptools-git/APKBUILD
with
7 additions
and
21 deletions
testing/py-setuptools-git/APKBUILD
+
7
−
21
View file @
b463fa8c
...
...
@@ -2,40 +2,26 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname
=
py-setuptools-git
_pkgname
=
setuptools-git
pkgver
=
1.
1
pkgver
=
1.
2
pkgrel
=
0
pkgdesc
=
"Setuptools plugin for Git"
url
=
"https://github.com/wichert/setuptools-git"
arch
=
"noarch"
license
=
"BSD"
depends
=
"python2 git"
depends_dev
=
""
makedepends
=
"python2-dev py-setuptools"
install
=
""
subpackages
=
""
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
_builddir
=
"
$srcdir
"
/
$_pkgname
-
$pkgver
prepare
()
{
local
i
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
}
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
build
()
{
cd
"
$
_
builddir
"
python2 setup.py build
||
return
1
cd
"
$builddir
"
python2 setup.py build
}
package
()
{
cd
"
$
_
builddir
"
python2 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
||
return
1
cd
"
$builddir
"
python2 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
md5sums
=
"7b5967e9527c789c3113b07a1f196f6e setuptools-git-1.1.tar.gz"
sha256sums
=
"047d7595546635edebef226bc566579d422ccc48a8a91c7d32d8bd174f68f831 setuptools-git-1.1.tar.gz"
sha512sums
=
"39e19c107f6398aaa1b78961c3b0d9d7b57b181d8ce0d93780460867fb7535ce45d266b93af43f45aa7afb89299199df22b0fdea61e9090932aeb4bd69c5f1f0 setuptools-git-1.1.tar.gz"
sha512sums
=
"c070911618b6b92c862fb0bd40f1daeaf79e2ba10389fa1e69e4c50cfdd39c8e57a612082cbc7d932f8cea12a769e13451e35e1c8fe34f170d4817fd0d44f156 setuptools-git-1.2.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