change ebuild to 0.0.6 and switch to stable

This commit is contained in:
2022-08-12 09:22:06 +02:00
parent 50d0dbef79
commit 085f8f1134
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
SCM=""

View File

@@ -22,7 +22,7 @@ setup(name = "pyinotifyd",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 5",
"Topic :: Utilities"
],
include_package_data = True,