mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -04:00
dev-python/pysubs2: new package (1.2.0)
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
parent
05a53fb2e3
commit
5d8f1176b6
1
dev-python/pysubs2/Manifest
Normal file
1
dev-python/pysubs2/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST pysubs2-1.2.0.tar.gz 24022 BLAKE2B 46064dd456b6ae74de867e200a1ae89f7b177c2b5c51bfed3fb52656a5bb0d0ce825f552a1d7941127a8cdfba7f256b6fabf3a78b2f7432ef8121a0dd599797b SHA512 81af7bf7f1b7627f7fa86b32df4d006e654aa6d391e7b767fe3567f0b692e4ad7966cb3db5618f228de20d4c8e489dcf22080101c135a4f55bb6ffaab7ae5792
|
8
dev-python/pysubs2/metadata.xml
Normal file
8
dev-python/pysubs2/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>smaniotto.nicola@gmail.com</email>
|
||||
<name>Nicola Smaniotto</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
16
dev-python/pysubs2/pysubs2-1.2.0.ebuild
Normal file
16
dev-python/pysubs2/pysubs2-1.2.0.ebuild
Normal file
@ -0,0 +1,16 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A library for editing subtitle files"
|
||||
HOMEPAGE="https://github.com/tkarabela/pysubs2"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
Loading…
x
Reference in New Issue
Block a user