Arun Babu Neelicattu

Results 51 issues of Arun Babu Neelicattu

This change allows Poetry to make use of PEP 503 "simple" API repositories that implement PEP 658 for core metadata. Requires: https://github.com/python-poetry/poetry-core/pull/333 Relates-to: https://github.com/python-poetry/poetry/issues/4231#issuecomment-1111400536

@rlisagor - I have merged a lot of changes contributed by multiple developers across multiple forks into a single branch and cleaned up commits. HTH.

### Background & Rationale This request is inspired by [RPM Package Manger](https://rpm.org/)’s capability to build [subpackages](http://ftp.rpm.org/max-rpm/s1-rpm-subpack-spec-file-changes.html) from the same [Spec File](http://ftp.rpm.org/max-rpm/s1-rpm-build-creating-spec-file.html). Here, I want to propose and discuss replication a...

kind/feature
status/triage

## Improve script support ### Rationale & Background Python packaging supports the distribution and installation of executable scripts by specifying one or more of the following. 1. Entry points `console_scripts`...

kind/feature
status/triage
area/scripts

Initual ci support for freebsd was handled in #2297 and #2309. The support for caching was dropped due to inconsistencies in behaviour. Fom https://github.com/python-poetry/poetry/pull/2311#discussion_r409115317 > From what I can tell,...

area/ci

Hi there! This issue is a permanent issue dedicated as a hub for efforts to improve the quality of the test suite. If you have questions talk to the community...

area/testing
good first issue

This change fixes an issue where when system environment is used as a destination for wheel installation as a user without access to system site packages, installation fails with permission...

Resolves: #8999 This is a test only change to validate the changes in python-poetry/poetry-core#701 downstream.

status/waiting-on-core

This change ensures that when ref `HEAD` is specified, it is not incorrectly resolved to `refs/head/HEAD`. `HEAD` is not treated as a branch, and correctly resolved from the ref spec....

This change allows new command to be used interactively similar to the init command. Additionally, this also allows for configuration of description, author, python and dependencies via command line options....

area/cli