mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
media-video/cleanit: new package, add 0.4.9
Signed-off-by: Brian R McCarter <bibocc@gmail.com>
This commit is contained in:
1
media-video/cleanit/Manifest
Normal file
1
media-video/cleanit/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST cleanit-0.4.9.tar.gz 44833 BLAKE2B 6fa92b1971b1b728b722d7ad10df16a3b3b27ac51fcbf8e48b9933a3c14e629e27fadbf8222236315624cb81b17f1e688c136e1be9544e6469245f933cc303d3 SHA512 9a91b7339b99a5b7350717f66f474cb00bcf3e2c307b331597e63d50379dac52e24f89f733f95ed374e873cdae770c69808881dd3d5c2d34ee4c84782c3b431b
|
||||
32
media-video/cleanit/cleanit-0.4.9.ebuild
Normal file
32
media-video/cleanit/cleanit-0.4.9.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A command line tool that helps you to keep your subtitles clean"
|
||||
HOMEPAGE="https://github.com/ratoaq2/cleanit"
|
||||
SRC_URI="https://github.com/ratoaq2/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
RESTRICT="mirror"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
RDEPEND="
|
||||
dev-python/appdirs
|
||||
dev-python/babelfish
|
||||
dev-python/chardet
|
||||
dev-python/click
|
||||
dev-python/jsonschema
|
||||
dev-python/pysrt
|
||||
dev-python/pyyaml"
|
||||
BDEPEND="${PYTHON_DEPS}
|
||||
test? ( dev-python/flake8 )"
|
||||
11
media-video/cleanit/metadata.xml
Normal file
11
media-video/cleanit/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>bibocc@gmail.com</email>
|
||||
<name>Brian R McCarter</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">ratoaq2/cleanit</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user