public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/mastoposter/
@ 2023-06-17  8:34 Anna Vyalkova
  0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2023-06-17  8:34 UTC (permalink / raw
  To: gentoo-commits

commit:     f8414f1f7856d8237fd9ce539afabd8bf4b5888a
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Jun 17 08:21:42 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Jun 17 08:21:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8414f1f

net-im/mastoposter: add 0.2

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-im/mastoposter/Manifest               |  1 +
 net-im/mastoposter/mastoposter-0.2.ebuild | 42 +++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/net-im/mastoposter/Manifest b/net-im/mastoposter/Manifest
index e32696a75..4ea23c6bf 100644
--- a/net-im/mastoposter/Manifest
+++ b/net-im/mastoposter/Manifest
@@ -1 +1,2 @@
 DIST mastoposter-0.1.tar.gz 36352 BLAKE2B e0710ce461f3d2b21ea7e3aee0e698a9db90523f9ab598868b602f028951251e6ac69cca9f1dfe9b6a66432a8c0f01d32871327b4e064eed2c3b530ae3c4c153 SHA512 77d834503e25f41b4c92ef2538ee8b3a1143d4927e5f96c0ce53d3a3f5c4a004f05c3392d43d8c4af187fc91a044ccec22f9083ccffb31ba5902f254723577ec
+DIST mastoposter-0.2.tar.gz 39036 BLAKE2B 33ba25e6374337050cbf150603d38121ac2701ffbaf969344e296643854ee30709eb51b3044b46ca675cc01ce3bd7f35360e6cc4a0c081f6566ffcca50604d34 SHA512 4ed5327243520c2b7884fb80eaef76f88d3f605fab92fb9b13db0c4c3dbce3fab03338f9582d7cc3ad89a0bd9e6441de23dc4e5d264d8d8cf046b57bba4aed87

diff --git a/net-im/mastoposter/mastoposter-0.2.ebuild b/net-im/mastoposter/mastoposter-0.2.ebuild
new file mode 100644
index 000000000..813ff8f4b
--- /dev/null
+++ b/net-im/mastoposter/mastoposter-0.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=flit
+inherit distutils-r1 pypi systemd
+
+DESCRIPTION="Configurable reposter from Mastodon-compatible Fediverse servers"
+HOMEPAGE="
+	https://pypi.org/project/mastoposter/
+	https://github.com/hatkidchan/mastoposter
+"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	acct-user/mastoposter
+	dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+	dev-python/emoji[${PYTHON_USEDEP}]
+	dev-python/httpx[${PYTHON_USEDEP}]
+	dev-python/jinja[${PYTHON_USEDEP}]
+	dev-python/lxml[${PYTHON_USEDEP}]
+	dev-python/websockets[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_install() {
+	distutils-r1_src_install
+
+	systemd_dounit "${FILESDIR}"/mastoposter.service
+	newinitd "${FILESDIR}"/mastoposter.initd mastoposter
+	newconfd "${FILESDIR}"/mastoposter.confd mastoposter
+
+	insinto /etc/mastoposter
+	insopts --mode=600 --owner=${PN} --group=${PN}
+	doins config.ini
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/mastoposter/
@ 2023-12-04 19:45 Anna Vyalkova
  0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2023-12-04 19:45 UTC (permalink / raw
  To: gentoo-commits

commit:     713bb082c0f5384ebdaa83846916a6080827d5f8
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Dec  3 15:09:43 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Dec  4 19:44:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=713bb082

net-im/mastoposter: enable py3.12

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-im/mastoposter/mastoposter-0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/mastoposter/mastoposter-0.2.ebuild b/net-im/mastoposter/mastoposter-0.2.ebuild
index 813ff8f4b6..facca2d213 100644
--- a/net-im/mastoposter/mastoposter-0.2.ebuild
+++ b/net-im/mastoposter/mastoposter-0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=flit
 inherit distutils-r1 pypi systemd
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/mastoposter/
@ 2024-04-14 16:22 Anna Vyalkova
  0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2024-04-14 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     62815d2a49544bcfc682b7e28b80f1703eae4c02
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Apr 14 16:15:39 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Apr 14 16:15:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62815d2a

net-im/mastoposter: drop 0.1-r1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-im/mastoposter/Manifest                  |  1 -
 net-im/mastoposter/mastoposter-0.1-r1.ebuild | 39 ----------------------------
 2 files changed, 40 deletions(-)

diff --git a/net-im/mastoposter/Manifest b/net-im/mastoposter/Manifest
index 4ea23c6bf1..1df4cc956b 100644
--- a/net-im/mastoposter/Manifest
+++ b/net-im/mastoposter/Manifest
@@ -1,2 +1 @@
-DIST mastoposter-0.1.tar.gz 36352 BLAKE2B e0710ce461f3d2b21ea7e3aee0e698a9db90523f9ab598868b602f028951251e6ac69cca9f1dfe9b6a66432a8c0f01d32871327b4e064eed2c3b530ae3c4c153 SHA512 77d834503e25f41b4c92ef2538ee8b3a1143d4927e5f96c0ce53d3a3f5c4a004f05c3392d43d8c4af187fc91a044ccec22f9083ccffb31ba5902f254723577ec
 DIST mastoposter-0.2.tar.gz 39036 BLAKE2B 33ba25e6374337050cbf150603d38121ac2701ffbaf969344e296643854ee30709eb51b3044b46ca675cc01ce3bd7f35360e6cc4a0c081f6566ffcca50604d34 SHA512 4ed5327243520c2b7884fb80eaef76f88d3f605fab92fb9b13db0c4c3dbce3fab03338f9582d7cc3ad89a0bd9e6441de23dc4e5d264d8d8cf046b57bba4aed87

diff --git a/net-im/mastoposter/mastoposter-0.1-r1.ebuild b/net-im/mastoposter/mastoposter-0.1-r1.ebuild
deleted file mode 100644
index 0544f41306..0000000000
--- a/net-im/mastoposter/mastoposter-0.1-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=flit
-inherit distutils-r1 pypi systemd
-
-DESCRIPTION="Configurable reposter from Mastodon-compatible Fediverse servers"
-HOMEPAGE="
-	https://pypi.org/project/mastoposter/
-	https://github.com/hatkidchan/mastoposter
-"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	acct-user/mastoposter
-	dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-	dev-python/emoji[${PYTHON_USEDEP}]
-	dev-python/httpx[${PYTHON_USEDEP}]
-	dev-python/jinja[${PYTHON_USEDEP}]
-	dev-python/websockets[${PYTHON_USEDEP}]
-"
-
-src_install() {
-	distutils-r1_src_install
-
-	systemd_dounit "${FILESDIR}"/mastoposter.service
-	newinitd "${FILESDIR}"/mastoposter.initd mastoposter
-	newconfd "${FILESDIR}"/mastoposter.confd mastoposter
-
-	insinto /etc/mastoposter
-	insopts --mode=600 --owner=${PN} --group=${PN}
-	doins config.ini
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-14 16:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-14 16:22 [gentoo-commits] repo/proj/guru:dev commit in: net-im/mastoposter/ Anna Vyalkova
  -- strict thread matches above, loose matches on Subject: below --
2023-12-04 19:45 Anna Vyalkova
2023-06-17  8:34 Anna Vyalkova

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox