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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
cb8c4a31
Commit
cb8c4a31
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-automat: upgrade to 20.2.0
parent
cf30db7e
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
community/py3-automat/APKBUILD
+9
-11
9 additions, 11 deletions
community/py3-automat/APKBUILD
with
9 additions
and
11 deletions
community/py3-automat/APKBUILD
+
9
−
11
View file @
cb8c4a31
...
...
@@ -2,27 +2,25 @@
# Contributor: Tiago Ilieve <tiago.myhro@gmail.com>
# Maintainer: Tiago Ilieve <tiago.myhro@gmail.com>
pkgname
=
py3-automat
_pkgname
=
Automat
pkgver
=
0.8.0
pkgrel
=
1
pkgver
=
20.2.0
pkgrel
=
0
pkgdesc
=
"Self-service finite-state machines for the programmer on the go"
url
=
"https://automat.readthedocs.io/"
arch
=
"noarch"
license
=
"MIT"
depends
=
"py3-attrs py3-six"
makedepends
=
"py3-setuptools"
makedepends
=
"py3-setuptools
py3-setuptools_scm
"
checkdepends
=
"py3-pytest py3-pluggy"
source
=
"
https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/glyph/automat/archive/v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
automat
-
$pkgver
"
replaces
=
"py-automat"
# Backwards compatibility
provides
=
"py-automat=
$pkgver
-r
$pkgrel
"
# Backwards compatibility
prepare
()
{
sed
-i
setup.py
\
-e
"/print(/d"
\
-e
"/setup_requires=/,+3d"
\
-e
"s/use_scm_version=True/version='
${
pkgver
}
'/"
default_prepare
export
SETUPTOOLS_SCM_PRETEND_VERSION
=
$pkgver
}
build
()
{
...
...
@@ -37,4 +35,4 @@ package() {
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"
2dbd4e784f65b02a8c93fc5f15236df3649d667a9792f6cac929dbac5d971495bdab4825df0fcd6817b9a9f79b7a5d8cfbdf8e4d18605f0761546b31b3091ad7 A
utomat-0.
8
.0.tar.gz"
sha512sums
=
"
ccba3e82f589fedb1f83dfb37a6a42b51a78d8c3e6fea22c9518135ff194f5f70e2f9c5f0eab50b6e116dae92c94754aac8dbf0e670a59015c916991736b4076 py3-a
utomat-
2
0.
2
.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