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
c0d817c1
Commit
c0d817c1
authored
2 years ago
by
Patrycja Rosa
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/py3-teletype: upgrade to 1.3.4
parent
9c1ab9da
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!41525
testing/py3-teletype: upgrade to 1.3.4
Pipeline
#144315
passed
2 years ago
Stage: verify
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/py3-teletype/APKBUILD
+11
-6
11 additions, 6 deletions
testing/py3-teletype/APKBUILD
with
11 additions
and
6 deletions
testing/py3-teletype/APKBUILD
+
11
−
6
View file @
c0d817c1
...
@@ -2,24 +2,29 @@
...
@@ -2,24 +2,29 @@
# Maintainer: Philipp Glaum <p@pglaum.de>
# Maintainer: Philipp Glaum <p@pglaum.de>
pkgname
=
py3-teletype
pkgname
=
py3-teletype
_pkgname
=
teletype
_pkgname
=
teletype
pkgver
=
1.
1.0
pkgver
=
1.
3.4
pkgrel
=
2
pkgrel
=
0
pkgdesc
=
"high-level cross platform tty library"
pkgdesc
=
"high-level cross platform tty library"
options
=
"!check"
# No testsuite
options
=
"!check"
# No testsuite
url
=
"https://pypi.org/project/teletype/"
url
=
"https://pypi.org/project/teletype/"
arch
=
"noarch"
arch
=
"noarch"
license
=
"MIT"
license
=
"MIT"
depends
=
"python3"
depends
=
"python3"
makedepends
=
"py3-setuptools"
makedepends
=
"
py3-gpep517 py3-installer py3-wheel
py3-setuptools"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
build
()
{
build
()
{
python3 setup.py build
gpep517 build-wheel
\
--wheel-dir
dist
\
--output-fd
1
}
}
package
()
{
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
python3
-m
installer
-d
"
$pkgdir
"
\
dist/teletype
*
.whl
}
}
sha512sums
=
"440cd00b46abb58daec4c9f2dbbd25dd8b566cf071c668d636f622ecbde080ced2436c9f5fc21b70771ccc2b6f4278720e585673dc2bc215dfcad9b3cc8f958f teletype-1.1.0.tar.gz"
sha512sums
=
"
4580aed4be710dc49d9bff7cbbd8c678067bd4f61266f97ced19555860bd6b634939d66a2484469f03454878def981278168a542b3faf83ef038874cbf4e2133 teletype-1.3.4.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