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
593e6ce4
Commit
593e6ce4
authored
2 years ago
by
Patrycja Rosa
Committed by
Michał Polański
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/poetry: replace py3-pip with py3-installer
parent
964684d0
No related branches found
No related tags found
1 merge request
!32312
community/poetry: replace py3-pip with py3-installer
Pipeline
#116485
passed
2 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/poetry/APKBUILD
+3
-3
3 additions, 3 deletions
community/poetry/APKBUILD
with
3 additions
and
3 deletions
community/poetry/APKBUILD
+
3
−
3
View file @
593e6ce4
...
...
@@ -3,7 +3,7 @@
# Maintainer: Michał Polański <michal@polanski.me>
pkgname
=
poetry
pkgver
=
1.1.13
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Python3 dependency management and packaging system"
url
=
"https://python-poetry.org"
license
=
"MIT"
...
...
@@ -30,7 +30,7 @@ depends="
py3-lark-parser
py3-jsonschema
"
makedepends
=
"py3-build py3-
pip
"
makedepends
=
"py3-build py3-
installer
"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/sdispater/poetry/archive/
$pkgver
.tar.gz
fix-packaging-tags.patch
"
...
...
@@ -48,7 +48,7 @@ build() {
}
package
()
{
python3
-m
pip
install
--no-deps
--root
"
$pkgdir
"
--no-warn-script-location
\
python3
-m
install
er
-d
"
$pkgdir
"
--compile-bytecode
0
\
dist/poetry-
$pkgver
-py2
.py3-none-any.whl
# remove conflicts with files owned by py3-poetry-core (direct dependency of poetry)
...
...
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