dev-python: add py-sonic - overlay - drkhsh gentoo overlay
HTML git clone https://git.drkhsh.at/overlay.git
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit c682afaffc14055f60247ab0f3eb0169f5de046f
DIR parent 1bf7a6a6cf194b744520aac1bd6f6cf5e0ec8da3
HTML Author: drkhsh <me@drkhsh.at>
Date: Sun, 28 May 2023 23:00:01 +0200
dev-python: add py-sonic
Diffstat:
M README.md | 2 ++
A dev-python/py-sonic/Manifest | 1 +
A dev-python/py-sonic/py-sonic-9999.… | 28 ++++++++++++++++++++++++++++
3 files changed, 31 insertions(+), 0 deletions(-)
---
DIR diff --git a/README.md b/README.md
@@ -22,6 +22,8 @@ Everything should be reasonable commented and understandable.
Included ebuilds
----------------
```
+├── dev-python
+│ └── py-sonic
├── games-fps
│ └── assaultcube
├─── x11-terms
DIR diff --git a/dev-python/py-sonic/Manifest b/dev-python/py-sonic/Manifest
@@ -0,0 +1 @@
+DIST py-sonic-9999.zip 37575 BLAKE2B 79d692574a62dfa719b2624a92f817987f919c891fe2ae6649b31c9fb5ab161d49e9d5f8ad93ef6222ebaa91d4a863535cf73d33070778216da3acdeb97f94ce SHA512 3cbbe59a680025668d9d0fcd7ee7b1ed86e43a09d65f163a39c9dcab6fde046378d4e0c4c678445a661db931145ef571a9b52f042ebbd2ca5bcedd370aa9f799
DIR diff --git a/dev-python/py-sonic/py-sonic-9999.ebuild b/dev-python/py-sonic/py-sonic-9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="A python library to wrap the Subsonic REST API."
+HOMEPAGE="https://github.com/crustymonkey/py-sonic"
+SRC_URI="https://github.com/crustymonkey/py-sonic/archive/master.zip -> ${P}.zip"
+
+KEYWORDS="~amd64"
+LICENSE="BSD"
+SLOT="0"
+
+S="${WORKDIR}/${PN}-master"
+
+RDEPEND="
+"
+
+DEPEND="
+ ${RDEPEND}
+"
+
+distutils_enable_tests pytest