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
bda8f199
Verified
Commit
bda8f199
authored
5 years ago
by
Max Rees
Browse files
Options
Downloads
Patches
Plain Diff
user/py3-attrs: bump to 19.1.0
parent
6bfd6f3a
No related branches found
No related tags found
1 merge request
!313
Misc package bumps for Maintainer: Max Rees, 2019.08.06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/py3-attrs/APKBUILD
+3
-6
3 additions, 6 deletions
user/py3-attrs/APKBUILD
with
3 additions
and
6 deletions
user/py3-attrs/APKBUILD
+
3
−
6
View file @
bda8f199
# Contributor: Jean-Louis Fuchs <ganwell@fangorn.ch>
# Maintainer: Max Rees <maxcrees@me.com>
pkgname
=
py3-attrs
pkgver
=
1
8.2
.0
pkgver
=
1
9.1
.0
pkgrel
=
0
pkgdesc
=
"Python classes without boilerplate"
url
=
"https://www.attrs.org"
...
...
@@ -11,23 +11,20 @@ options="!check" # Circular dependency with py3-pytest. Passes on x86_64
license
=
"MIT"
depends
=
"python3"
makedepends
=
"python3-dev"
#checkdepends="py3-pytest py3-hypothesis py3-six"
#checkdepends="py3-pytest py3-hypothesis py3-six
py3-zope-interface
"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/python-attrs/attrs/archive/
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/attrs-
$pkgver
"
build
()
{
cd
"
$builddir
"
python3 setup.py build
}
check
()
{
cd
"
$builddir
"
pytest
}
package
()
{
cd
"
$builddir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"
01bcd8d492f0b7e64ae42e311b0e443d2b365d98021d8c15f8003da0
84f
4
8c
d20456c12defd734d3386979bb69ac2bebafa1d14692c6dad69b084929992b2c2d
py3-attrs-1
8.2
.0.tar.gz"
sha512sums
=
"
c7c13d1aa2c8f8b5459cda02dee8f311a22e3d198bda3d4c5508e6e1914004e53388d149fea613587
84f
2
8c
ebf8e712f7807018586eeaa87d31199085e59675a
py3-attrs-1
9.1
.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