Skip to content

Commit 0116bdf

Browse files
committed
yt-dlp-ejs: Initial import
1 parent c9c73c4 commit 0116bdf

5 files changed

Lines changed: 50 additions & 0 deletions

File tree

net/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,7 @@ SUBDIR+= yaydl
10871087
SUBDIR+= yaz
10881088
SUBDIR+= youtube-dl
10891089
SUBDIR+= yt-dlp
1090+
SUBDIR+= yt-dlp-ejs
10901091
SUBDIR+= ytalk
10911092
SUBDIR+= ywho
10921093
SUBDIR+= zenmap

net/yt-dlp-ejs/DESCR

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
External JavaScript for yt-dlp supporting many runtimes

net/yt-dlp-ejs/Makefile

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# $NetBSD: Makefile,v 1.10 2026/03/18 09:15:25 wiz Exp $
2+
3+
DISTNAME= yt_dlp_ejs-0.8.0-py3-none-any
4+
PKGNAME= ${DISTNAME:S/_/-/g:C/-py3.*//}
5+
CATEGORIES= net python
6+
MASTER_SITES= https://files.pythonhosted.org/packages/py3/y/yt_dlp_ejs/
7+
EXTRACT_SUFX= .whl
8+
9+
MAINTAINER= ryoon@NetBSD.org
10+
HOMEPAGE= https://pypi.org/project/yt_dlp_ejs/
11+
COMMENT= External JavaScript for net/yt-dlp supporting many runtimes
12+
LICENSE= unlicense
13+
14+
DEPENDS+= yt-dlp-[0-9]*:../../net/yt-dlp
15+
16+
USE_LANGUAGES= # none
17+
18+
NO_BUILD= yes
19+
20+
INSTALLATION_DIRS+= ${PYSITELIB}/yt_dlp_ejs/yt/solver
21+
22+
PLIST_SUBST= PYSITELIB=${PYSITELIB}
23+
24+
do-extract:
25+
${EXTRACTOR} -f zip ${DISTDIR}/${DISTFILES} -d ${WRKSRC}
26+
27+
do-install:
28+
${CP} -r ${WRKSRC}/* \
29+
${DESTDIR}${PREFIX}/${PYSITELIB}
30+
31+
.include "../../lang/python/pyversion.mk"
32+
.include "../../mk/bsd.pkg.mk"

net/yt-dlp-ejs/PLIST

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
@comment $NetBSD: PLIST,v 1.3 2025/12/20 22:33:49 wiz Exp $
2+
${PYSITELIB}/yt_dlp_ejs-${PKGVERSION}.dist-info/METADATA
3+
${PYSITELIB}/yt_dlp_ejs-${PKGVERSION}.dist-info/RECORD
4+
${PYSITELIB}/yt_dlp_ejs-${PKGVERSION}.dist-info/WHEEL
5+
${PYSITELIB}/yt_dlp_ejs-${PKGVERSION}.dist-info/licenses/LICENSE
6+
${PYSITELIB}/yt_dlp_ejs/__init__.py
7+
${PYSITELIB}/yt_dlp_ejs/_version.py
8+
${PYSITELIB}/yt_dlp_ejs/yt/__init__.py
9+
${PYSITELIB}/yt_dlp_ejs/yt/solver/__init__.py
10+
${PYSITELIB}/yt_dlp_ejs/yt/solver/core.min.js
11+
${PYSITELIB}/yt_dlp_ejs/yt/solver/lib.min.js

net/yt-dlp-ejs/distinfo

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
$NetBSD: distinfo,v 1.8 2026/03/18 09:15:25 wiz Exp $
2+
3+
BLAKE2s (yt_dlp_ejs-0.8.0-py3-none-any.whl) = ff7b38d762a8de9025d5781469e9fd89fabff70d99d0914ccac30097973d3d33
4+
SHA512 (yt_dlp_ejs-0.8.0-py3-none-any.whl) = e1fe4799fa9c5f96acdd4f97b0545e671db17b906e3b91add2ad9c1756f020dbb3424dee5addfe64b63c82d7e54fc006c1912630ad021f70c8ef065fedde5d98
5+
Size (yt_dlp_ejs-0.8.0-py3-none-any.whl) = 53443 bytes

0 commit comments

Comments
 (0)