* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/fedigroup/
@ 2022-11-17 21:22 Anna Vyalkova
0 siblings, 0 replies; 2+ messages in thread
From: Anna Vyalkova @ 2022-11-17 21:22 UTC (permalink / raw
To: gentoo-commits
commit: 6b980723d52501a8d565daf751a3be8bfa9b53aa
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Nov 17 20:43:43 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Nov 17 20:43:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b980723
net-misc/fedigroup: drop unused eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
net-misc/fedigroup/fedigroup-1.0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/fedigroup/fedigroup-1.0.6.ebuild b/net-misc/fedigroup/fedigroup-1.0.6.ebuild
index f0bd8ba5d..5bfe940c0 100644
--- a/net-misc/fedigroup/fedigroup-1.0.6.ebuild
+++ b/net-misc/fedigroup/fedigroup-1.0.6.ebuild
@@ -6,7 +6,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1 edo
+inherit distutils-r1
MY_PN="${PN}.py"
MY_P="${MY_PN}-${PV}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/fedigroup/
@ 2022-12-14 7:33 Anna Vyalkova
0 siblings, 0 replies; 2+ messages in thread
From: Anna Vyalkova @ 2022-12-14 7:33 UTC (permalink / raw
To: gentoo-commits
commit: bd53b8843c31342e3885dea0ce65b1884901cda9
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Dec 13 20:53:59 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Dec 13 20:54:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd53b884
net-misc/fedigroup: add 1.0.8
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
net-misc/fedigroup/Manifest | 1 +
net-misc/fedigroup/fedigroup-1.0.8.ebuild | 41 +++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/net-misc/fedigroup/Manifest b/net-misc/fedigroup/Manifest
index b651ef866..477482fa4 100644
--- a/net-misc/fedigroup/Manifest
+++ b/net-misc/fedigroup/Manifest
@@ -1 +1,2 @@
DIST fedigroup.py-1.0.6.tar.gz 17909 BLAKE2B d4a9003d0fd06f3bb74777966b71618cb5283aa017ecf91ac182f8fb460fc028469e13aace678b4319714e555ede2c6f4aa7f16b449efb272bf9a6d441be423f SHA512 0481bd1de94d3d4cf2f5c57c078244a079ac3541393555bcb6b36db88457ed10505d065eeee63da222280e62ec14fb5c492b727da6f6495f1d91936c7b9ea53c
+DIST fedigroup.py-1.0.8.tar.gz 17918 BLAKE2B 998c3fdde7492746158994147000354015fdc17887202bf099c50eab267ada34b78601a119254551ce2a398d6c85e43927668ee2a03ec5306251e6bc8f84c866 SHA512 f81b666e743232f614f0a6e7be3516a87be17c755ae19ca405eeb9c4130d2d26b25c7b4b6c7764e913dd54a2547cb07328debd228d86178516bd9608a2ed07cf
diff --git a/net-misc/fedigroup/fedigroup-1.0.8.ebuild b/net-misc/fedigroup/fedigroup-1.0.8.ebuild
new file mode 100644
index 000000000..8df23b047
--- /dev/null
+++ b/net-misc/fedigroup/fedigroup-1.0.8.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_SINGLE_IMPL=1
+inherit distutils-r1
+
+MY_PN="${PN}.py"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Emulate group accounts on Mastodon/Pleroma"
+HOMEPAGE="
+ https://pypi.org/project/fedigroup.py/
+ https://github.com/uanet-exception/fedigroup.py
+"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ acct-user/fedigroup
+ $(python_gen_cond_dep '
+ dev-python/mastodon-py[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ ')
+"
+
+src_install() {
+ distutils-r1_src_install
+
+ newinitd "${FILESDIR}"/fedigroup.initd ${PN}
+ newconfd "${FILESDIR}"/fedigroup.confd ${PN}
+
+ diropts --owner fedigroup --group fedigroup
+ keepdir /var/lib/fedigroup
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-14 7:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-14 7:33 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/fedigroup/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2022-11-17 21:22 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox