bibliothecary icon indicating copy to clipboard operation
bibliothecary copied to clipboard

:notebook_with_decorative_cover: Libraries.io Package Manager Manifest Parsers

Results 16 bibliothecary issues
Sort by recently updated
recently updated
newest added

- [x] Check dependencies inside `< dependencyManagement>` if present: https://github.com/ctubbsii/accumulo/blob/master/pom.xml#L157 - [ ] Use attributes from `` for replacing values like `$project.groupId`: https://github.com/ctubbsii/accumulo/blob/master/pom.xml#L121 and https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/gcloud-java/pom.xml

bug

Find dependencies when specified as an array: ``` required_packages = [ 'coverage==3.7.1', 'Mako==1.0.3', 'PyYAML==3.11', ] ```

bug

Addresses the bibliothecary support mentioned in [librariesio/libraries.io/2641](https://github.com/librariesio/libraries.io/pull/2641). [pre-commit](https://pre-commit.com/) is a framework for managing and maintaining multi-language pre-commit hooks. The hooks are listed in `.pre-commit-config.yaml`, which is parsed by the added...

On PyPI, packages sometimes include requirements in the `install_requires` section of the `setup.cfg` file. Examples (from @jaraco who is a Tidelift lifter): * https://github.com/yougov/FogBugzPy/blob/bis/setup.cfg * https://github.com/jaraco/jaraco.tidelift/blob/master/setup.cfg It might be a...

I'm one of the maintainers of [Twine](https://github.com/pypa/twine/). Like some other Python projects, we manage many of our test dependencies via [our `tox.ini` file](https://github.com/pypa/twine/blob/fb062b77c7ef38c28430dd4c8edaa592c4b59b07/tox.ini), and I'd like [the Libraries.io page about...

enhancement

[Feed details](https://warehouse.pypa.io/api-reference/feeds/#project-releases-feed), [FAQ item](https://pypi.org/help/#project-release-notifications). Added in https://github.com/pypa/warehouse/pull/7013 .

https://github.com/librariesio/bibliothecary/blob/master/lib/bibliothecary/parsers/rubygems.rb#L38 How could we do better here?

Support `ext.libraries` array if possible: https://github.com/wiyarmir/TravisForAndroid/blob/f839343d11d76f002ca057e591f0737aff1bf38d/build.gradle#L73-L131

enhancement

Clojure has another manifest format file called `deps.edn`, details over here: https://clojure.org/reference/deps_and_cli#_deps_edn The file format is `Extensible Data Notation`, and there looks like there's a ruby library we can use...

enhancement
help wanted
package manager

Docs: http://docs.platformio.org/en/latest/projectconf.html Example: ``` [platformio] env_default = nodemcuv2 ; You MUST inject these options into [env:] section ; using ${common_env_data.***} (see below) [common_env_data] build_flags = -D VERSION=1.2.3 -D DEBUG=1 lib_deps_builtin...

enhancement
help wanted
package manager
funder-commitment