question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add package to conda-forge?

See original GitHub issue

We use fp as a dependency in scholarly and we are considering making scholarly available in conda-forge. To do that, we need to get all our dependencies also in conda-forge and fp is the only one that is not in. As a part of this effort, could I raise a PR to get fp into conda-forge as well?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
giswqscommented, Dec 17, 2021

@arunkannawadi I only created the meta.yml file and have not submitted a PR yet. I did not know that a free-proxy already exists.

1reaction
giswqscommented, Dec 5, 2021

I have created the meta.yaml file (using conda skeleton pypi free-proxy) need for the pull request to https://github.com/conda-forge/staged-recipes/pulls. The only thing needs to be changed is the line (recipe-maintainers).

Related issue: https://github.com/scholarly-python-package/scholarly/issues/377

{% set name = "free-proxy" %}
{% set version = "1.0.4" %}

package:
  name: {{ name|lower }}
  version: {{ version }}

source:
  url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
  sha256: 59d07ae697267ea032e3173ff7f3213a3f5fccf6cc7f4d4a6ca7ab259463fe48

build:
  number: 0
  noarch: python
  script: {{ PYTHON }} -m pip install . -vv

requirements:
  host:
    - pip
    - python >= 3.6
  run:
    - lxml
    - python >= 3.6
    - requests

test:
  imports:
    - fp

about:
  home: https://github.com/jundymek/free-proxy
  license: MIT
  license_family: MIT
  license_file: LICENSE
  summary: "Proxy scraper for further use"
  doc_url: https://github.com/jundymek/free-proxy
  dev_url: https://github.com/jundymek/free-proxy

extra:
  recipe-maintainers:
    - your-github-id-here
Read more comments on GitHub >

github_iconTop Results From Across the Web

Contributing packages - conda-forge
To submit a package to the conda-forge channel, add its recipe and licence to the staged-recipes repository and create a pull request. Once...
Read more >
How to publish a Python package on conda-forge
Install conda -build using: conda install conda-build · Create the conda recipe using: conda skeleton pypi package-name · Make changes to the ...
Read more >
Publishing Your Python Package on conda and conda-forge
Upload Your Package to Anaconda · Create an account with Anaconda · Install the Anaconda Client conda install anaconda-client · Log into your ......
Read more >
Installation with conda from conda-forge - TeNPy
We provide a package for the [conda] package manager in the conda-forge channel, so you can install TeNPy as: conda install --channel=conda-forge physics- ......
Read more >
3 Simple Steps to Build a Python Package for Conda Forge
1. Fork the Conda Forge examples repository at GitHub · 2. Tailor the example recipe for your package · 3. Submit a pull...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found