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
169
Merge Requests
169
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
d074e91c
Commit
d074e91c
authored
Sep 27, 2012
by
Ariadne Conill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/py-hgtools: new aport
parent
28ee13d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
main/py-hgtools/APKBUILD
main/py-hgtools/APKBUILD
+38
-0
No files found.
main/py-hgtools/APKBUILD
0 → 100644
View file @
d074e91c
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname
=
py-hgtools
pkgver
=
2.0.1
pkgrel
=
0
pkgdesc
=
"setuptools plugin for mercurial repositories"
url
=
"https://bitbucket.org/elarson/hgtools"
arch
=
"noarch"
license
=
"LGPL"
depends
=
""
depends_dev
=
""
makedepends
=
"
$depends_dev
"
install
=
""
subpackages
=
""
source
=
"http://pypi.python.org/packages/source/h/hgtools/hgtools-
$pkgver
.zip"
_builddir
=
"
$srcdir
"
/hgtools-
$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
}
build
()
{
cd
"
$_builddir
"
python setup.py build
||
return
1
}
package
()
{
cd
"
$_builddir
"
python setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
||
return
1
}
md5sums
=
"dcbf136b7707edcd75ea11923a86fbea hgtools-2.0.1.zip"
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