From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pysubs2/
Date: Mon, 15 Jul 2024 08:20:49 +0000 (UTC) [thread overview]
Message-ID: <1721031617.1688442b86983c255c26e17b39deab0c9556f74c.davidroman@gentoo> (raw)
commit: 1688442b86983c255c26e17b39deab0c9556f74c
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Jul 15 08:20:13 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jul 15 08:20:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1688442b
dev-python/pysubs2: moved to ::gentoo
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/pysubs2/Manifest | 3 ---
dev-python/pysubs2/metadata.xml | 11 -----------
dev-python/pysubs2/pysubs2-1.4.4.ebuild | 19 -------------------
dev-python/pysubs2/pysubs2-1.5.0.ebuild | 19 -------------------
dev-python/pysubs2/pysubs2-1.6.1.ebuild | 19 -------------------
5 files changed, 71 deletions(-)
diff --git a/dev-python/pysubs2/Manifest b/dev-python/pysubs2/Manifest
deleted file mode 100644
index c1c1f3c87..000000000
--- a/dev-python/pysubs2/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pysubs2-1.4.4.tar.gz 850577 BLAKE2B 00fe742dd0545d816e335370c7691a456f148dc33b7c0f772941c69d6aef7c4ff43e734feecaf56bb8d0f199bc57e558a9a6bf5c3aa8223b87c3e51529eff5a1 SHA512 c8ae6742cafa7097a935dee2a5e2d67620e66bba2f0fefa7ee52d03c5ba53f227b6e6d761b0a60598afd16b34f3bbf9da3d0c423a3133983d1f3cb9437dcc094
-DIST pysubs2-1.5.0.tar.gz 851633 BLAKE2B 2f0ee302495931cfb32283f9e9236c2825b90db8224b356d6c517a084f4be6f61e805071b78d3187a2507703bdd4a7e6b4328a3da931dc745c28ee12aaf6ff06 SHA512 c13cb843da1e684e17c40e0704010182ab574627e66597cc9eb0fb70a25bfe1fa3fecc1aa2dd76bf45f64741fcb4750267e14eae647019f4716f1caee52b0efa
-DIST pysubs2-1.6.1.tar.gz 1148547 BLAKE2B ce5b2f902de6c4b7e101688d9aa0c27c6fc70f110a821442a4bbd4a6094997028720713a2928f24f89498fcc0794251e3e019f95216037ccffc4a50e0d31a165 SHA512 64e9b04f9f513b094e73f97ea09285dfe5c046e900fc321b2bb360a7b7eb9eb8070c7d3665008a7239caedd9a4adb1c47bc9aee75934535ee3e200044a5634a0
diff --git a/dev-python/pysubs2/metadata.xml b/dev-python/pysubs2/metadata.xml
deleted file mode 100644
index 283edfe90..000000000
--- a/dev-python/pysubs2/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>smaniotto.nicola@gmail.com</email>
- <name>Nicola Smaniotto</name>
- </maintainer>
- <upstream>
- <remote-id type="github">tkarabela/pysubs2</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pysubs2/pysubs2-1.4.4.ebuild b/dev-python/pysubs2/pysubs2-1.4.4.ebuild
deleted file mode 100644
index 387f00cdb..000000000
--- a/dev-python/pysubs2/pysubs2-1.4.4.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="A library for editing subtitle files"
-HOMEPAGE="https://github.com/tkarabela/pysubs2"
-SRC_URI="https://github.com/tkarabela/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest
diff --git a/dev-python/pysubs2/pysubs2-1.5.0.ebuild b/dev-python/pysubs2/pysubs2-1.5.0.ebuild
deleted file mode 100644
index 387f00cdb..000000000
--- a/dev-python/pysubs2/pysubs2-1.5.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="A library for editing subtitle files"
-HOMEPAGE="https://github.com/tkarabela/pysubs2"
-SRC_URI="https://github.com/tkarabela/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest
diff --git a/dev-python/pysubs2/pysubs2-1.6.1.ebuild b/dev-python/pysubs2/pysubs2-1.6.1.ebuild
deleted file mode 100644
index ed04e886c..000000000
--- a/dev-python/pysubs2/pysubs2-1.6.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="A library for editing subtitle files"
-HOMEPAGE="https://github.com/tkarabela/pysubs2"
-SRC_URI="https://github.com/tkarabela/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest
next reply other threads:[~2024-07-15 8:20 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-15 8:20 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-13 9:01 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pysubs2/ Nicola Smaniotto
2023-04-16 9:46 Nicola Smaniotto
2022-11-29 14:09 Nicola Smaniotto
2022-11-16 9:20 Nicola Smaniotto
2022-11-16 9:20 Nicola Smaniotto
2022-11-02 14:37 Nicola Smaniotto
2022-11-02 14:35 Nicola Smaniotto
2022-08-20 14:09 Nicola Smaniotto
2022-04-10 14:17 Nicola Smaniotto
2022-03-07 11:56 Nicola Smaniotto
2022-02-22 15:58 Nicola Smaniotto
2021-12-22 13:09 Nicola Smaniotto
2021-10-07 9:49 Nicola Smaniotto
2021-10-04 10:16 Nicola Smaniotto
2021-07-28 15:36 Nicola Smaniotto
2021-07-26 9:53 Nicola Smaniotto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1721031617.1688442b86983c255c26e17b39deab0c9556f74c.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox