mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/yt-dlp: split -pyc
This commit is contained in:
parent
69662f1d83
commit
433684eb9a
@ -6,7 +6,7 @@
|
|||||||
# Maintainer: Lauren N. Liberda <lauren@selfisekai.rocks>
|
# Maintainer: Lauren N. Liberda <lauren@selfisekai.rocks>
|
||||||
pkgname=yt-dlp
|
pkgname=yt-dlp
|
||||||
pkgver=2023.03.04
|
pkgver=2023.03.04
|
||||||
pkgrel=5
|
pkgrel=6
|
||||||
pkgdesc="Command-line program to download videos from YouTube"
|
pkgdesc="Command-line program to download videos from YouTube"
|
||||||
url="https://github.com/yt-dlp/yt-dlp"
|
url="https://github.com/yt-dlp/yt-dlp"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
@ -25,6 +25,7 @@ _extradeps="
|
|||||||
makedepends="$_extradeps py3-setuptools"
|
makedepends="$_extradeps py3-setuptools"
|
||||||
checkdepends="py3-flake8 py3-nose py3-pytest"
|
checkdepends="py3-flake8 py3-nose py3-pytest"
|
||||||
subpackages="
|
subpackages="
|
||||||
|
$pkgname-core-pyc
|
||||||
$pkgname-core
|
$pkgname-core
|
||||||
$pkgname-doc
|
$pkgname-doc
|
||||||
$pkgname-zsh-completion
|
$pkgname-zsh-completion
|
||||||
|
Loading…
Reference in New Issue
Block a user