Skip to content

Commit

Permalink
bump smount dependency to python3.12 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lqp1 committed Jun 10, 2024
1 parent f058a1f commit cfb07c9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 18 deletions.
10 changes: 5 additions & 5 deletions metadata/md5-cache/sys-apps/smount-0.7-r1
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
BDEPEND=test? ( dev-python/pyfakefs ) test? ( dev-python/pyyaml >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
BDEPEND=test? ( dev-python/pyfakefs ) test? ( dev-python/pyyaml >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/pyyaml
DESCRIPTION=Smount tool is a tool to manage several mountpoints from CLI
EAPI=7
HOMEPAGE=https://github.com/lqp1/smount
INHERIT=distutils-r1
IUSE=test python_targets_python3_10 python_targets_python3_11
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=dev-python/pyyaml python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
RDEPEND=dev-python/pyyaml python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/lqp1/smount/archive/v0.7.tar.gz -> smount-0.7.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 5400d21736d8621562bf93be4fa98eec
_md5_=7a21de69f556726d2fdd0d9a4a8f01aa
_md5_=91c5da6adf4fa4a92433d7e61943d6c2
10 changes: 5 additions & 5 deletions metadata/md5-cache/sys-apps/smount-9999
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
BDEPEND=dev-vcs/git test? ( dev-python/pyfakefs ) test? ( dev-python/pyyaml >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) >=dev-vcs/git-1.8.2.1[curl] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
BDEPEND=dev-vcs/git test? ( dev-python/pyfakefs ) test? ( dev-python/pyyaml >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) >=dev-vcs/git-1.8.2.1[curl] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-python/pyyaml
DESCRIPTION=Simple Live EBUILD for smount tool
EAPI=7
HOMEPAGE=https://github.com/lqp1/smount
INHERIT=git-r3 distutils-r1
IUSE=test python_targets_python3_10 python_targets_python3_11
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=dev-python/pyyaml python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
RDEPEND=dev-python/pyyaml python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test )
SLOT=0
_eclasses_=git-r3 fbb2889c81f3a05910c1524db69425c1 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 5400d21736d8621562bf93be4fa98eec
_md5_=e1cec7d36bed074e0d6d31a2e91348ef
_md5_=c1895f15ca8b097676975688d33124e7
6 changes: 2 additions & 4 deletions sys-apps/smount/smount-0.7-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,19 @@ EAPI=7
DESCRIPTION="Smount tool is a tool to manage several mountpoints from CLI"
HOMEPAGE="https://github.com/lqp1/smount"

SRC_URI="https://github.com/lqp1/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-python/pyyaml"
RDEPEND="${DEPEND}"
BDEPEND="
test? ( dev-python/pyfakefs )
"

SRC_URI="https://github.com/lqp1/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9,10,11} )
PYTHON_COMPAT=( python3_{9,10,11,12,13} )

inherit distutils-r1

Expand Down
5 changes: 1 addition & 4 deletions sys-apps/smount/smount-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ HOMEPAGE="https://github.com/lqp1/smount"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="dev-python/pyyaml"
RDEPEND="${DEPEND}"
Expand All @@ -18,13 +16,12 @@ BDEPEND="
test? ( dev-python/pyfakefs )
"

SRC_URI=""
EGIT_REPO_URI="https://github.com/lqp1/${PN}.git"
EGIT_BRANCH="main"
EGIT_CHECKOUT_DIR="${S}"

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9,10,11} )
PYTHON_COMPAT=( python3_{9,10,11,12,13} )

inherit git-r3 distutils-r1

Expand Down

0 comments on commit cfb07c9

Please sign in to comment.