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
4eb15c90
Commit
4eb15c90
authored
1 year ago
by
Duncan Bellamy
Committed by
omni
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-rich: upgrade to 13.5.3
*
https://github.com/Textualize/rich/blob/v13.5.3/CHANGELOG.md
parent
079549a9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!51986
community/py3-rich: upgrade to 13.5.3
Pipeline
#181744
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-rich/APKBUILD
+13
-3
13 additions, 3 deletions
community/py3-rich/APKBUILD
with
13 additions
and
3 deletions
community/py3-rich/APKBUILD
+
13
−
3
View file @
4eb15c90
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname
=
py3-rich
pkgname
=
py3-rich
pkgver
=
13.5.
2
pkgver
=
13.5.
3
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"Python library for rich text formatting and terminal formatting"
pkgdesc
=
"Python library for rich text formatting and terminal formatting"
url
=
"https://rich.readthedocs.io/en/latest/"
url
=
"https://rich.readthedocs.io/en/latest/"
...
@@ -26,7 +26,17 @@ build() {
...
@@ -26,7 +26,17 @@ build() {
check
()
{
check
()
{
python3
-m
venv
--clear
--without-pip
--system-site-packages
.testenv
python3
-m
venv
--clear
--without-pip
--system-site-packages
.testenv
.testenv/bin/python3
-m
installer .dist/
*
.whl
.testenv/bin/python3
-m
installer .dist/
*
.whl
.testenv/bin/python3
-m
pytest
-k
'not test_python_render_simple_indent_guides and not test_python_render_line_range_indent_guides'
# tests look like should pass, disabled in gentoo as well
.testenv/bin/python3
-m
pytest
\
--deselect
=
"tests/test_card.py::test_card_render"
\
--deselect
=
"tests/test_markdown.py::test_markdown_render"
\
--deselect
=
"tests/test_markdown_no_hyperlinks.py::test_markdown_render"
\
--deselect
=
"tests/test_syntax.py::test_python_render"
\
--deselect
=
"tests/test_syntax.py::test_python_render_simple"
\
--deselect
=
"tests/test_syntax.py::test_python_render_simple_passing_lexer_instance"
\
--deselect
=
"tests/test_syntax.py::test_python_render_indent_guides"
\
--deselect
=
"tests/test_syntax.py::test_option_no_wrap"
\
--deselect
=
"tests/test_syntax.py::test_syntax_highlight_ranges"
}
}
package
()
{
package
()
{
...
@@ -34,5 +44,5 @@ package() {
...
@@ -34,5 +44,5 @@ package() {
}
}
sha512sums
=
"
sha512sums
=
"
60dfc66836f277763695611f6a3890da21afbb84bd85f38952efdac78680a8e3faca2e8c0aa937d618f876df1f36d3e67986979aa4fa9b6cb7dfb214f348b8aa
py3-rich-13.5.
2
.tar.gz
acae49b796c8ff310b272bca43ce925fe717ddc6252dec20784a4730e63e9c0f81f459ee40b152c001ad0a512e47dddaadbb8fbb949ced262e2d5429b6396344
py3-rich-13.5.
3
.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