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
cc8f7312
Commit
cc8f7312
authored
1 month ago
by
Hugo Barrera
Committed by
Natanael Copa
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-automat: upgrade to 24.8.1
parent
95f684a7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!81524
community/py3-twisted: upgrade to 24.11.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-automat/APKBUILD
+7
-10
7 additions, 10 deletions
community/py3-automat/APKBUILD
with
7 additions
and
10 deletions
community/py3-automat/APKBUILD
+
7
−
10
View file @
cc8f7312
...
@@ -2,18 +2,19 @@
...
@@ -2,18 +2,19 @@
# Contributor: Tiago Ilieve <tiago.myhro@gmail.com>
# Contributor: Tiago Ilieve <tiago.myhro@gmail.com>
# Maintainer: Tiago Ilieve <tiago.myhro@gmail.com>
# Maintainer: Tiago Ilieve <tiago.myhro@gmail.com>
pkgname
=
py3-automat
pkgname
=
py3-automat
pkgver
=
2
2.10.0
pkgver
=
2
4.8.1
pkgrel
=
3
pkgrel
=
0
pkgdesc
=
"Self-service finite-state machines for the programmer on the go"
pkgdesc
=
"Self-service finite-state machines for the programmer on the go"
url
=
"https://automat.readthedocs.io/"
url
=
"https://automat.readthedocs.io/"
arch
=
"noarch"
arch
=
"noarch"
license
=
"MIT"
license
=
"MIT"
depends
=
"py3-attrs py3-six"
depends
=
"py3-attrs py3-six"
makedepends
=
"py3-
setuptools
py3-setuptools_scm py3-
wheel
"
makedepends
=
"py3-
wheel
py3-setuptools_scm py3-
build py3-installer
"
checkdepends
=
"py3-pytest py3-pluggy"
checkdepends
=
"py3-pytest py3-pluggy"
subpackages
=
"
$pkgname
-pyc"
subpackages
=
"
$pkgname
-pyc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/glyph/automat/archive/v
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/glyph/automat/archive/v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/automat-
$pkgver
"
builddir
=
"
$srcdir
/automat-
$pkgver
"
options
=
"!check"
# no tests
replaces
=
"py-automat"
# Backwards compatibility
replaces
=
"py-automat"
# Backwards compatibility
provides
=
"py-automat=
$pkgver
-r
$pkgrel
"
# Backwards compatibility
provides
=
"py-automat=
$pkgver
-r
$pkgrel
"
# Backwards compatibility
...
@@ -24,18 +25,14 @@ prepare() {
...
@@ -24,18 +25,14 @@ prepare() {
build
()
{
build
()
{
export
SETUPTOOLS_SCM_PRETEND_VERSION
=
$pkgver
export
SETUPTOOLS_SCM_PRETEND_VERSION
=
$pkgver
python3 setup.py build
python
-m
build
--wheel
--no-isolation
}
check
()
{
pytest automat/_test
}
}
package
()
{
package
()
{
export
SETUPTOOLS_SCM_PRETEND_VERSION
=
$pkgver
export
SETUPTOOLS_SCM_PRETEND_VERSION
=
$pkgver
python3
setup.py
install
--
skip-build
--root
=
"
$pkgdir
"
python3
-m
install
er
--
destdir
=
"
$pkgdir
"
dist/
*
.whl
}
}
sha512sums
=
"
sha512sums
=
"
16caea66a8621b7d50e68e94007085218ec40ae0f57599d5076ed1915d4a2ebabd2da66659ba70acb9c6d30bc354bcd6126f913af0c0a005db305ca0c203481d
py3-automat-2
2.10.0
.tar.gz
77d1f31ea045e1da22dc2f10104bed0f302e5d47af3e3158e74693b5af35c6aa08199dd816da8b1e8baa92f7e7eaefa06e0b748ff47662bceb13d1ef27e5c01f
py3-automat-2
4.8.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