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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
TBK
aports
Commits
cf0f6505
"README.md" did not exist on "f86ecf94f766cd7f050e4949e7b9142e2fa83e5b"
Commit
cf0f6505
authored
9 years ago
by
Francesco Colista
Browse files
Options
Downloads
Patches
Plain Diff
testing/py-characteristics: new aport
parent
7a3e4c35
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/py-characteristics/APKBUILD
+43
-0
43 additions, 0 deletions
testing/py-characteristics/APKBUILD
with
43 additions
and
0 deletions
testing/py-characteristics/APKBUILD
0 → 100644
+
43
−
0
View file @
cf0f6505
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
py-characteristic
_pkgname
=
characteristic
pkgver
=
14.3.0
pkgrel
=
0
pkgdesc
=
"Service identity verification for pyOpenSSL"
url
=
"http://pypi.python.org/pypi/characteristic"
arch
=
"noarch"
license
=
"MIT"
depends
=
"python"
depends_dev
=
""
makedepends
=
"
$depends_dev
py-setuptools pytest"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"http://pypi.python.org/packages/source/c/
$_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
}
build
()
{
cd
"
$_builddir
"
python
-Walways
setup.py
test
python setup.py build
}
package
()
{
cd
"
$_builddir
"
python setup.py
install
--root
=
"
${
pkgdir
}
"
--optimize
=
1
--skip-build
install
-Dm644
LICENSE
"
$pkgdir
/usr/share/licenses/
$pkgname
/LICENSE"
}
md5sums
=
"b249368dd021fde1c06b4802867c0913 characteristic-14.3.0.tar.gz"
sha256sums
=
"ded68d4e424115ed44e5c83c2a901a0b6157a959079d7591d92106ffd3ada380 characteristic-14.3.0.tar.gz"
sha512sums
=
"e13a86f453cd3688a74188005b82a661a9c73d9f0408d9afe9e0575e69ffe87a5327f51e2c16a9c0a653b738e7c014d5aa08e353835f0aca7897714b7ae56e83 characteristic-14.3.0.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