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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
knuxify
aports
Commits
46201aa8
Commit
46201aa8
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
main/py3-lxml: upgrade to 4.4.3
parent
f336e64c
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
main/py3-lxml/APKBUILD
+2
-5
2 additions, 5 deletions
main/py3-lxml/APKBUILD
with
2 additions
and
5 deletions
main/py3-lxml/APKBUILD
+
2
−
5
View file @
46201aa8
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
py3-lxml
pkgname
=
py3-lxml
_pkgname
=
lxml
_pkgname
=
lxml
pkgver
=
4.4.
2
pkgver
=
4.4.
3
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"Python3 LXML Library"
pkgdesc
=
"Python3 LXML Library"
url
=
"https://lxml.de/"
url
=
"https://lxml.de/"
...
@@ -17,18 +17,15 @@ replaces="py-lxml" # Backwards compatibility
...
@@ -17,18 +17,15 @@ replaces="py-lxml" # Backwards compatibility
provides
=
"py-lxml=
$pkgver
-r
$pkgrel
"
# Backwards compatibility
provides
=
"py-lxml=
$pkgver
-r
$pkgrel
"
# Backwards compatibility
build
()
{
build
()
{
cd
"
$builddir
"
python3 setup.py build
python3 setup.py build
}
}
check
()
{
check
()
{
cd
"
$builddir
"
python3 setup.py check
python3 setup.py check
}
}
package
()
{
package
()
{
cd
"
$builddir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
}
sha512sums
=
"
7a3dcbdb6de703ff939cd7e75c4c73f71b3c8b212796303c1a1ab74dc06153968661d69
ab37
9a2c4b8b75e7643a53e09473988e21758643e9ee52819cd1042aa
lxml-4.4.
2
.tar.gz"
sha512sums
=
"
1855af1368d8df5d2f8cf29400421cfb4fa020f5036adc2518ce293e47705b310a336058f124cecac8f
ab
f
37
f7a78772f2bafb7190a0e4b34b2a53d677d5b9b4
lxml-4.4.
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