From d5a17e89ecce7fb6cd448256afd11ba3ea97ca18 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 24 Dec 2022 21:18:33 -0500 Subject: www-apps/meta-srht: fix DEPEND --- www-apps/meta-srht/files/meta.sr.ht.service | 150 ++++++++++++++++++++++++++++ www-apps/meta-srht/meta-srht-0.54.4.ebuild | 2 +- 2 files changed, 151 insertions(+), 1 deletion(-) create mode 100644 www-apps/meta-srht/files/meta.sr.ht.service (limited to 'www-apps/meta-srht') diff --git a/www-apps/meta-srht/files/meta.sr.ht.service b/www-apps/meta-srht/files/meta.sr.ht.service new file mode 100644 index 0000000..ab22f07 --- /dev/null +++ b/www-apps/meta-srht/files/meta.sr.ht.service @@ -0,0 +1,150 @@ + + + + + + +~sircmpwn/sr.ht-pkgbuilds: meta.sr.ht/meta.sr.ht.service - sourcehut git + + + + + + + + + + + + + + + +
+
+

+~sircmpwn/sr.ht-pkgbuilds +

+ +
+
+
+
+ +sr.ht-pkgbuilds/meta.sr.ht/meta.sr.ht.service + + + + + + + + -rw-r--r-- + + + + + 267 bytes + + +
+ +
+
+
+94c3fbc7 — + + + Eli Schwartz + + python-pgpy: also run the testsuite + +a month ago + +
+
+
+
+
+
+
+
                                                                                
+
1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+12
+13
+
[Unit]
+Description=meta.sr.ht website service
+Requires=postgresql.service
+After=postgresql.service network.target
+
+[Service]
+Type=simple
+User=metasrht
+Restart=always
+ExecStart=/usr/bin/gunicorn metasrht.app:app -b 127.0.0.1:5000
+
+[Install]
+WantedBy=multi-user.target
+
+
+
+ +
+ \ No newline at end of file diff --git a/www-apps/meta-srht/meta-srht-0.54.4.ebuild b/www-apps/meta-srht/meta-srht-0.54.4.ebuild index 476f9e4..48a2220 100644 --- a/www-apps/meta-srht/meta-srht-0.54.4.ebuild +++ b/www-apps/meta-srht/meta-srht-0.54.4.ebuild @@ -19,7 +19,7 @@ RESTRICT="network-sandbox" RDEPEND="" DEPEND="${RDEPEND} - dev-db/redis[${PYTHON_USEDEP}] + dev-db/redis dev-python/dnspython[${PYTHON_USEDEP}] dev-python/bcrypt[${PYTHON_USEDEP}] dev-python/qrcode[${PYTHON_USEDEP}] -- cgit v1.2.3