Skip to content

Commit

Permalink
still more cleanup, update pre-commit cfg
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Arnold <sarnold@vctlabs.com>
  • Loading branch information
sarnold committed Mar 1, 2024
1 parent 63a1c91 commit a2ffe8f
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: check-useless-excludes
- id: check-hooks-apply
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
exclude: '\.patch$'
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ should look something like this::
deploy/6.5.8-arm64-r1.Image
deploy/config-6.5.8-arm64-r1

To use the ebuild on an arm64 host with the above build output, the steps
To use the ebuild on an arm64 host with the above build output, the steps
are essentially:

* drop the artifacts in your local distfiles
Expand Down
13 changes: 8 additions & 5 deletions dev-python/decor/decor-2.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYPI_PN="py${PN}"
PYPI_PN="pydecor"

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..12} )
MY_P="decor-${PV}"

inherit distutils-r1 pypi

Expand All @@ -12,7 +15,7 @@ HOMEPAGE="https://github.com/mplanchard/pydecor"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""

DEPEND="dev-python/six[${PYTHON_USEDEP}]
Expand All @@ -21,7 +24,7 @@ DEPEND="dev-python/six[${PYTHON_USEDEP}]

RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_P}"
S="${WORKDIR}/${PYPI_PN}-${PV}"

distutils_enable_tests pytest

Expand Down
2 changes: 1 addition & 1 deletion dev-util/ymltoxml/ymltoxml-0.2.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..12} )

inherit distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-util/ymltoxml/ymltoxml-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..12} )

inherit distutils-r1

Expand Down
1 change: 0 additions & 1 deletion media-gfx/drawing/drawing-1.0.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ if [[ ${PV} = 9999* ]]; then
EGIT_REPO_URI="https://github.com/maoschanz/drawing.git"
EGIT_BRANCH="master"
inherit git-r3
KEYWORDS=""
else
SRC_URI="https://github.com/maoschanz/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
Expand Down
1 change: 1 addition & 0 deletions media-video/mjpg-streamer/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
</use>
<upstream>
<remote-id type="sourceforge">mjpg-streamer</remote-id>
<remote-id type="github">jacksonliam/mjpg-streamer</remote-id>
</upstream>
</pkgmetadata>
5 changes: 3 additions & 2 deletions net-misc/fpnd/fpnd-0.9.10-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{7..10} )
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..12} )
PYTHON_REQ_USE="sqlite"

inherit distutils-r1 linux-info systemd
Expand Down
5 changes: 3 additions & 2 deletions net-proxy/pyforwarder/pyforwarder-0.12.35.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

EAPI=8
PYPI_PN="forwarder"
PYTHON_COMPAT=( python3_{9..11} )

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..12} )
MY_P="${PYPI_PN}-${PV}"

inherit distutils-r1
Expand All @@ -23,7 +25,6 @@ fi

LICENSE="GPL-2"
SLOT="0"
IUSE=""

RDEPEND="${PYTHON_DEPS}"

Expand Down
5 changes: 3 additions & 2 deletions net-proxy/pyforwarder/pyforwarder-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

EAPI=8
PYPI_PN="forwarder"
PYTHON_COMPAT=( python3_{9..11} )

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..12} )
MY_P="${PYPI_PN}-${PV}"

inherit distutils-r1
Expand All @@ -23,7 +25,6 @@ fi

LICENSE="GPL-2"
SLOT="0"
IUSE=""

RDEPEND="${PYTHON_DEPS}"

Expand Down
3 changes: 2 additions & 1 deletion sys-block/bmap-tools/bmap-tools-3.6.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )

inherit distutils-r1
Expand Down

0 comments on commit a2ffe8f

Please sign in to comment.