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
Lucidiot
aports
Commits
e7c9637e
Commit
e7c9637e
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
community/eyed3: rename from py3-eyed3
parent
a6891059
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
community/eyed3/APKBUILD
+5
-4
5 additions, 4 deletions
community/eyed3/APKBUILD
with
5 additions
and
4 deletions
community/
py3-
eyed3/APKBUILD
→
community/eyed3/APKBUILD
+
5
−
4
View file @
e7c9637e
# Maintainer: prspkt <prspkt@protonmail.com>
# Maintainer: prspkt <prspkt@protonmail.com>
pkgname
=
py3-
eyed3
pkgname
=
eyed3
_pkgname
=
eyeD3
_pkgname
=
eyeD3
pkgver
=
0.8.12
pkgver
=
0.8.12
pkgrel
=
0
pkgrel
=
0
...
@@ -7,13 +7,14 @@ pkgdesc="ID3 tag editor in Python"
...
@@ -7,13 +7,14 @@ pkgdesc="ID3 tag editor in Python"
url
=
"https://eyed3.nicfit.net/"
url
=
"https://eyed3.nicfit.net/"
arch
=
"noarch"
arch
=
"noarch"
license
=
"GPL-3.0-or-later"
license
=
"GPL-3.0-or-later"
replaces
=
"py-eyed3"
# for backwards compatibility
provides
=
"py-eyed3=
$pkgver
-r
$pkgrel
"
# for backwards compatibility
depends
=
"python3 py3-magic py3-six"
depends
=
"python3 py3-magic py3-six"
makedepends
=
"py3-setuptools
python3-dev
"
makedepends
=
"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
replaces
=
"py-eyed3 py3-eyed3"
# for backwards compatibility
provides
=
"py-eyed3=
$pkgver
-r
$pkgrel
py3-eyed3=
$pkgver
-r
$pkgrel
"
# for backwards compatibility
build
()
{
build
()
{
python3 setup.py build
python3 setup.py build
}
}
...
...
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