Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
12c7414d
Commit
12c7414d
authored
7 years ago
by
Max Rees
Browse files
Options
Downloads
Patches
Plain Diff
user/py3-py: new package
parent
cee386a7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!16
Basic python3 testing packages
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/py3-py/APKBUILD
+35
-0
35 additions, 0 deletions
user/py3-py/APKBUILD
with
35 additions
and
0 deletions
user/py3-py/APKBUILD
0 → 100644
+
35
−
0
View file @
12c7414d
# Contributor: Max Rees <maxcrees@me.com>
# Maintainer: Max Rees <maxcrees@me.com>
pkgname
=
py3-py
_pkgname
=
py
pkgver
=
1.4.34
pkgrel
=
0
pkgdesc
=
"A python library with cross-python path, ini-parsing, io, code, log facilities"
url
=
"https://pypi.python.org/py/
$pkgver
"
arch
=
"noarch"
license
=
"MIT"
depends
=
"python3"
makedepends
=
"python3-dev py3-setuptools"
#checkdepends="py3-tox"
options
=
"!check"
# Circular dependency with py3-tox. Passes on x86_64
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
build
()
{
cd
"
$builddir
"
python3 setup.py build
}
check
()
{
# This test suite seems to be incurring the wrath of
# https://bugs.python.org/issue28627 on 1.5.2
cd
"
$builddir
"
tox
-e
py36
}
package
()
{
cd
"
$builddir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"2e19c82c8315274bffe0ba2c7e20ae3af95f942c40c16121ec953af186f8ff33e8f427c070e137bb04b7cc6dcc6779e35df3911c08595fd3294b5ec9897706e1 py3-py-1.4.34.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