pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-yt-dlp-ejs: cleanup



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Nov 18 10:21:43 2025 +0100
Changeset:	f628c87bdbee34a49922864abae81333d6f11d36

Modified Files:
	py-yt-dlp-ejs/DESCR
	py-yt-dlp-ejs/Makefile

Log Message:
py-yt-dlp-ejs: cleanup

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f628c87bdbee34a49922864abae81333d6f11d36

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-yt-dlp-ejs/DESCR    | 22 ----------------------
 py-yt-dlp-ejs/Makefile | 10 +++++-----
 2 files changed, 5 insertions(+), 27 deletions(-)

diffs:
diff --git a/py-yt-dlp-ejs/DESCR b/py-yt-dlp-ejs/DESCR
index 65be190a3b..49cf928f1f 100644
--- a/py-yt-dlp-ejs/DESCR
+++ b/py-yt-dlp-ejs/DESCR
@@ -1,23 +1 @@
-TODO: Adjust the following lines from README.md
-
-# yt-dlp-ejs
-
 External JavaScript for yt-dlp supporting many runtimes
-
-## Manual Installation
-
-Install ejs into the same environment as yt-dlp:
-
-```console
-pip install -U yt-dlp-ejs
-```
-
-## Development
-
-While this project does pin its dependencies,
-it only provides a lockfile for building with `deno`.
-You may install dependencies using any compatible package manager.
-If you notice differences between different runtimes' builds
-please open an issue [here](<https://github.com/yt-dlp/ejs/issues/new>).
-
-...
diff --git a/py-yt-dlp-ejs/Makefile b/py-yt-dlp-ejs/Makefile
index da13d01572..a497fc41a4 100644
--- a/py-yt-dlp-ejs/Makefile
+++ b/py-yt-dlp-ejs/Makefile
@@ -2,13 +2,13 @@
 
 DISTNAME=	yt_dlp_ejs-0.3.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	python # TODO: add primary category
+CATEGORIES=	net python
 MASTER_SITES=	${MASTER_SITE_PYPI:=y/yt_dlp_ejs/}
 
-MAINTAINER=	INSERT_YOUR_MAIL_ADDRESS_HERE # or use pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://pypi.org/project/yt_dlp_ejs/
-COMMENT=	TODO: Short description of the package
-#LICENSE=	# TODO: (see mk/license.mk)
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/yt-dlp/ejs
+COMMENT=	External JavaScript for yt-dlp supporting many runtimes
+LICENSE=	unlicense AND mit AND isc
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 TOOL_DEPENDS+=	${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs


Home | Main Index | Thread Index | Old Index