Skip to content

Commit 5e28f97

Browse files
committed
svtplay-dl: migrate to pypi_packages DSL
Signed-off-by: Rui Chen <[email protected]>
1 parent 5c2301c commit 5e28f97

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Formula/s/svtplay-dl.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ class SvtplayDl < Formula
2121
depends_on "libyaml"
2222
depends_on "[email protected]"
2323

24+
pypi_packages exclude_packages: %w[certifi cryptography]
25+
2426
resource "charset-normalizer" do
2527
url "https://files.pythonhosted.org/packages/13/69/33ddede1939fdd074bce5434295f38fae7136463422fe4fd3e0e89b98062/charset_normalizer-3.4.4.tar.gz"
2628
sha256 "94537985111c35f28720e43603b8e7b43a6ecfb2ce1d3058bbe955b73404e21a"

pypi_formula_mappings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,6 @@
291291
"package_name": "",
292292
"extra_packages": ["html5lib"]
293293
},
294-
"svtplay-dl": {
295-
"exclude_packages": ["certifi", "cryptography"]
296-
},
297294
"sysaidmin": {
298295
"exclude_packages": ["certifi", "pydantic-core", "rpds-py"]
299296
},

0 commit comments

Comments
 (0)