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
86e59779
Commit
86e59779
authored
1 year ago
by
Galen Abell
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-tldextract: upgrade to 3.4.1
parent
76556602
No related branches found
No related tags found
1 merge request
!46480
community/py3-tldextract: upgrade to 3.4.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-tldextract/APKBUILD
+11
-7
11 additions, 7 deletions
community/py3-tldextract/APKBUILD
with
11 additions
and
7 deletions
community/py3-tldextract/APKBUILD
+
11
−
7
View file @
86e59779
...
...
@@ -2,8 +2,8 @@
# Maintainer: Galen Abell <galen@galenabell.com>
pkgname
=
py3-tldextract
_pyname
=
tldextract
pkgver
=
3.4.
0
pkgrel
=
2
pkgver
=
3.4.
1
pkgrel
=
0
pkgdesc
=
"Accurately separate the TLD from the registered domain and subdomains of a URL"
url
=
"https://github.com/john-kurkowski/tldextract"
arch
=
"noarch"
...
...
@@ -15,7 +15,7 @@ depends="
py3-requests-file
py3-filelock
"
makedepends
=
"py3-setuptools py3-setuptools_scm"
makedepends
=
"
py3-gpep517
py3-setuptools py3-setuptools_scm
py3-wheel
"
checkdepends
=
"py3-pytest py3-pytest-mock py3-responses"
subpackages
=
"
$pkgname
-pyc"
source
=
"
$_pyname
-
$pkgver
.tar.gz::https://github.com/john-kurkowski/tldextract/archive/
$pkgver
.tar.gz"
...
...
@@ -23,16 +23,20 @@ builddir="$srcdir/$_pyname-$pkgver"
build
()
{
export
SETUPTOOLS_SCM_PRETEND_VERSION
=
$pkgver
python3 setup.py build
gpep517 build-wheel
\
--wheel-dir
dist
\
--output-fd
3 3>&1
>
&2
}
check
()
{
pytest
python3
-m
venv
--clear
--system-site-packages
testenv
testenv/bin/python3
-m
installer dist/
*
.whl
testenv/bin/python3
-m
pytest
}
package
()
{
python3
setup.py
install
--skip-build
--root
=
"
$pkgdir
"
python3
-m
installer
-d
"
$pkgdir
"
dist/
*
.whl
}
sha512sums
=
"
4986b19fb6816884e064ba7f411e88bbe58ea7dc5674ac946d299a867781748edb39a1df6ee5acc341b25488358048add0d66b386b6705d54fa0a3d72056a27a
tldextract-3.4.
0
.tar.gz
6918ad59daeb002fc58656537578d0f977272169a96f31fe57c3a02c25eaacf2d3fd6e8907e3e215fecf2ea860b4c5ca1624f9f5c834e6f94fe8fcd60ae6fbdc
tldextract-3.4.
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