Re: [libgpiod][PATCH] bindings: python: change the package name to 'gpiod'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 17 Oct 2023 at 12:42, Bartosz Golaszewski <brgl@xxxxxxxx> wrote:
>
> From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
>
> We now control the name 'gpiod' on pypi. Let's change the project name
> as the package we import in python code is named 'gpiod' and not
> 'libgpiod'
>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
> ---
>  bindings/python/setup.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/bindings/python/setup.py b/bindings/python/setup.py
> index 168c1af..fbe5bc5 100644
> --- a/bindings/python/setup.py
> +++ b/bindings/python/setup.py
> @@ -148,7 +148,7 @@ if environ.get("GPIOD_WITH_TESTS") == "1":
>      extensions.append(procname_ext)
>
>  setup(
> -    name="libgpiod",
> +    name="gpiod",
>      packages=find_packages(exclude=["tests", "tests.*"]),
>      python_requires=">=3.9.0",
>      ext_modules=extensions,
> --
> 2.39.2
>

lgtm



[Index of Archives]     [Linux SPI]     [Linux Kernel]     [Linux ARM (vger)]     [Linux ARM MSM]     [Linux Omap]     [Linux Arm]     [Linux Tegra]     [Fedora ARM]     [Linux for Samsung SOC]     [eCos]     [Linux Fastboot]     [Gcc Help]     [Git]     [DCCP]     [IETF Announce]     [Security]     [Linux MIPS]     [Yosemite Campsites]

  Powered by Linux