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
c8eb5d4d
Commit
c8eb5d4d
authored
6 years ago
by
Max Rees
Browse files
Options
Downloads
Patches
Plain Diff
user/py3-atomicwrites: new package
parent
d21fad98
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!97
Update some Python packages and drop py3-tox rdeps where unnecessary
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/py3-atomicwrites/APKBUILD
+34
-0
34 additions, 0 deletions
user/py3-atomicwrites/APKBUILD
with
34 additions
and
0 deletions
user/py3-atomicwrites/APKBUILD
0 → 100644
+
34
−
0
View file @
c8eb5d4d
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Max Rees <maxcrees@me.com>
pkgname
=
py3-atomicwrites
_pkgname
=
atomicwrites
pkgver
=
1.2.1
pkgrel
=
0
pkgdesc
=
"Powerful Python library for atomic file writes"
url
=
"https://pypi.org/project/atomicwrites/"
arch
=
"noarch"
options
=
"!check"
# Cyclic dependency with py3-pytest. Passes on x86_64
# Certified net clean
license
=
"MIT"
depends
=
"python3"
makedepends
=
"python3-dev"
#checkdepends="py3-pytest"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://files.pythonhosted.org/packages/source/a/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
build
()
{
cd
"
$builddir
"
python3 setup.py build
}
check
()
{
cd
"
$builddir
"
PYTHONPATH
=
"
$builddir
/build/lib:
$PYTHONPATH
"
pytest
}
package
()
{
cd
"
$builddir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"4df7ee97e0817a80378b273ced310b8ad88eb6ced93a594a6e3dc38ad1e7208226fde01b6d282f85583c57a50859e82c85bacaae8a7c64fce55e6965f74b12c5 py3-atomicwrites-1.2.1.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