aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2023-09-04 21:03:11 +0100
committerPaul Healy <lmiphay@gmail.com>2023-09-04 21:03:11 +0100
commita081f95dbb78b950f843557aad0dabee92e8a06c (patch)
tree42617dffcfb779db4036f1130f2126385c438ed5 /dev-python
parentuse eapi 8 (diff)
downloadlmiphay-a081f95dbb78b950f843557aad0dabee92e8a06c.tar.gz
lmiphay-a081f95dbb78b950f843557aad0dabee92e8a06c.tar.bz2
lmiphay-a081f95dbb78b950f843557aad0dabee92e8a06c.zip
use eapi 8
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/stashy/Manifest2
-rw-r--r--dev-python/stashy/stashy-0.7.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/stashy/Manifest b/dev-python/stashy/Manifest
index 5cb5adc..ef7f15f 100644
--- a/dev-python/stashy/Manifest
+++ b/dev-python/stashy/Manifest
@@ -1,2 +1,2 @@
DIST stashy-0.7.tar.gz 26871 BLAKE2B a6e38b9f7f5aa0b88c8d984bd6a5666267f27af57d183b85f5c2e40797c6d189a3dd195e9b4c0241b03aad5380531a07ac96d21ca052b6c25410e0d9d51d7536 SHA512 60b0d632f2e9affafdfeca53693ebb00309fa5f5363865661539a6bb5553195ed2301797aacbf9411f61742484bf0334e1d9b0a5ca566e60f09e8c72c0008281
-EBUILD stashy-0.7.ebuild 696 BLAKE2B 1446adb55b126e3ccf58405771903b7e3c62dbd9bd65938dd038aed6baf0c990a8af7b5ec9d1d6ffa345c889c4f30dfaa3b5e8a48cbff40bc82d248082079eb3 SHA512 34d6202e15afc9c0f0f7166ba8ace93136f3cc1bbd5c26b8cfb26aa1b3af17eb9d132df39ebdbb5aaa9d3f6d352df2f24c30d921252b15339b0d873370283c3c
+EBUILD stashy-0.7.ebuild 686 BLAKE2B 019b768f55638792d40fd40a2b8488acbdef89255ce2b1ade3fc7c86ecca5ae0a5f22190242e8e363bd6d3edd7f433128e434714b3006cee90afbc3f54bf4fc6 SHA512 54aabaf78bf6a222d60efa317d0fd03204b849b9680f1a767d1e719609b13d1ee67625f4c5eef346b7cbb27a9d951ba1bc492716399a3520ed518f044188b5e7
diff --git a/dev-python/stashy/stashy-0.7.ebuild b/dev-python/stashy/stashy-0.7.ebuild
index fccfdbf..9f24175 100644
--- a/dev-python/stashy/stashy-0.7.ebuild
+++ b/dev-python/stashy/stashy-0.7.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=(python3_11)
-inherit eutils distutils-r1
+inherit distutils-r1
DESCRIPTION="Python API client for the Atlassian Stash REST API"
HOMEPAGE="http://github.com/RisingOak/stashy"