File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1087,6 +1087,7 @@ SUBDIR+= yaydl
10871087SUBDIR+ = yaz
10881088SUBDIR+ = youtube-dl
10891089SUBDIR+ = yt-dlp
1090+ SUBDIR+ = yt-dlp-ejs
10901091SUBDIR+ = ytalk
10911092SUBDIR+ = ywho
10921093SUBDIR+ = zenmap
Original file line number Diff line number Diff line change 1+ External JavaScript for yt-dlp supporting many runtimes
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments