Software Alternatives & Reviews

pkgsrc VS Python Poetry

Compare pkgsrc VS Python Poetry and see what are their differences

pkgsrc logo pkgsrc

pkgsrc is a framework for building over 17,000 open source software packages.

Python Poetry logo Python Poetry

Python packaging and dependency manager.
  • pkgsrc Landing page
    Landing page //
    2023-06-30
  • Python Poetry Landing page
    Landing page //
    2022-11-12

pkgsrc videos

pkgsrc on ChromeOS

More videos:

  • Review - Using pkgsrc for multi-platform deployments in heterogeneous environments, G Clifford Williams

Python Poetry videos

My Poetry is BAD

Category Popularity

0-100% (relative to pkgsrc and Python Poetry)
Developer Tools
31 31%
69% 69
Kids
0 0%
100% 100
Package Manager
44 44%
56% 56
Front End Package Manager

User comments

Share your experience with using pkgsrc and Python Poetry. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Python Poetry seems to be a lot more popular than pkgsrc. While we know about 144 links to Python Poetry, we've tracked only 8 mentions of pkgsrc. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

pkgsrc mentions (8)

  • Installing packages without an internet connection?
    It seems according to pkgsrc.org that pkgin might follow the PKG_PATH environment variable. You're supposed to set PKG_PATH="http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r|cut -f '1 2' -d.)/All/", and according to uname(1), -p gives the processor architecture and -r gives the operating system [kernel] release. Source: about 1 year ago
  • pkgsrc.se is no more :(
    It seems like pkgsrc.org hasn’t got the news yet. Source: over 1 year ago
  • Slackware 15.0
    I still have a Slackware install that runs some really old stuff I have. I remember working at AN ISP in the 90s and slack was are secure distro. All the important stuff (authentication, configs, etc.) were stored and served from our 'slack pool'. Funny part is now I do a very basic Slackware install that setup pkgsrc (https://pkgsrc.org) on it so I can really experience the best and worst of times! - Source: Hacker News / about 2 years ago
  • Cross-platform package management: Comprehensive comparison of Pkgsrc and Ravenports article published
    Today the second article on cross-platform package management has been published. It features a short description of what Pkgsrc and Ravenports are and a longer part on how they compare. The test environment and procedure is covered and of course the results are presented. At the end a conclusion is drawn. Source: over 2 years ago
  • First article on cross-platform package management published
    The second one will contain the results of our two months evaluation of Pkgsrc on multiple platforms and a comparison with Ravenports. Source: over 2 years ago
View more

Python Poetry mentions (144)

  • Understanding Dependencies in Programming
    You can manage dependencies in Python with the package manager pip, which comes pre-installed with Python. Pip allows you to install and uninstall Python packages, and it uses a requirements.txt file to keep track of which packages your project depends on. However, pip does not have robust dependency resolution features or isolate dependencies for different projects; this is where tools like pipenv and poetry come... - Source: dev.to / 25 days ago
  • Implementing semantic image search with Amazon Titan and Supabase Vector
    Poetry provides packaging and dependency management for Python. If you haven't already, install poetry via pip:. - Source: dev.to / 27 days ago
  • How to Enhance Content with Semantify
    The Semantify repository provides an example Astro.js project. Ensure you have poetry installed, then build the project from the root of the repository:. - Source: dev.to / 2 months ago
  • Fun with Avatars: Crafting the core engine | Part. 1
    We will be running this project in Python 3.10 on Mac/Linux, and we will use Poetry to manage our dependencies. Later, we will bundle our app into a container using docker for deployment. - Source: dev.to / 3 months ago
  • Introducing Flama for Robust Machine Learning APIs
    We believe that poetry is currently the best tool for this purpose, besides of being the most popular one at the moment. This is why we will use poetry to manage the dependencies of our project throughout this series of posts. Poetry allows you to declare the libraries your project depends on, and it will manage (install/update) them for you. Poetry also allows you to package your project into a distributable... - Source: dev.to / 5 months ago
View more

What are some alternatives?

When comparing pkgsrc and Python Poetry, you can also consider the following products

Conda - Binary package manager with support for environments.

pip - The PyPA recommended tool for installing Python packages.

Homebrew - The missing package manager for macOS

MacPorts - The MacPorts Project is an open-source community initiative to design an easy-to-use system for compiling, installing, and upgrading either command-line, X11 or Aqua based open-source software on the Mac OS X operating system.

pre-commit by Yelp - A framework for managing and maintaining multi-language pre-commit hooks

Portage - Portage is source-based package manager used by Gentoo and its descendants. It controls all process from fetching source through building it, installing into clean environment to "merging" with already installed software.