Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import recipes from github.com/anguslees/conda-* #537

Closed
wants to merge 31 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
6197e40
Import recipes from github.com/anguslees/conda-*
anguslees May 4, 2016
3f7880c
Add two spaces before selector
anguslees May 4, 2016
619c9cf
Remove duplicated packages
anguslees May 4, 2016
a5f374a
Use terse names for licenses
anguslees May 4, 2016
ea814d7
Fix typo in requirement version
anguslees May 4, 2016
398f12b
Inline build scripts in meta.yaml
anguslees May 4, 2016
2044b1b
Add an explanatory comment to linecache2 patch
anguslees May 4, 2016
b57bf0b
Clarified several BSD licenses as BSD 3-clause
anguslees May 4, 2016
138ed83
Remove recipes already in feedstocks.
jakirkham Jul 21, 2016
3be8355
linecache2: Removed as another PR has this basically ready to go.
jakirkham Jul 21, 2016
072d84e
Merge pull request #1 from jakirkham/anguslees_additions_cleanup
anguslees Jul 22, 2016
f7e74ea
Remove python-mimeparse as it is already in a feedstock.
jakirkham Jul 22, 2016
4f20b7b
Merge pull request #2 from jakirkham/anguslees_additions_cleanup_2
anguslees Jul 22, 2016
802e05d
Remove eventlet as it is already in a feedstock.
jakirkham Aug 22, 2016
90fee32
recipes: Drop traceback2 as it is being added in another PR.
jakirkham Aug 22, 2016
1c4a27b
Merge pull request #3 from jakirkham/anguslees_additions_cleanup_3
anguslees Aug 22, 2016
8109cce
Remove `fixtures` as it was already added.
jakirkham Sep 19, 2016
34f1177
Remove `librabbitmq` as it is being worked on in a separate PR.
jakirkham Sep 19, 2016
f25d6c4
Remove `oslo.config` as it is being worked on in a separate PR.
jakirkham Sep 19, 2016
762453e
Remove `oslo.i18n` as it was already added.
jakirkham Sep 19, 2016
90875a4
Remove `oslo.utils` as it is being worked on in a separate PR.
jakirkham Sep 19, 2016
bb1a968
Remove `testtools` as it was already added.
jakirkham Sep 19, 2016
0ef6de1
Merge pull request #4 from jakirkham/anguslees_additions_cleanup_4
anguslees Sep 19, 2016
3279e93
Removes pluggy, retrying, and sqlalchemy-migrate
jakirkham Apr 28, 2017
9de41f3
Merge pull request #5 from jakirkham/anguslees_additions_cleanup_5
jakirkham May 16, 2017
7719c6e
Remove oslo.serialization as it has been added
jakirkham Oct 10, 2017
f472bdf
Remove tox as it has been added
jakirkham Oct 10, 2017
950ac42
Merge remote-tracking branch 'conda-forge/master' into `anguslees/mas…
jakirkham Dec 31, 2017
608dadd
Merge remote-tracking branch 'conda-forge/master' into 'anguslees/mas…
jakirkham Jun 14, 2018
c5d7cf5
Merge conda-forge/master into anguslees/master
jakirkham Feb 7, 2020
ebb6312
Drop ones already added to conda-forge
jakirkham Feb 7, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions recipes/keystonemiddleware/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{% set version = "1.5.2" %}

package:
name: keystonemiddleware
version: {{ version }}

source:
fn: keystonemiddleware-{{ version }}.tar.gz
url: https://pypi.python.org/packages/source/k/keystonemiddleware/keystonemiddleware-{{ version }}.tar.gz
md5: 1c6eecc1c38b290b6cffe004ce2cbdc0

build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt

requirements:
build:
- python
- setuptools
- pbr <2.0,>=0.11

run:
- python
- babel >=1.3
- iso8601 >=0.1.9
- oslo.config >=1.9.3,<1.10.0
- oslo.context >=0.2.0,<0.3.0
- oslo.i18n >=1.5.0,<1.6.0
- oslo.serialization >=1.4.0,<1.5.0
- oslo.utils >=1.4.0,<1.5.0
- pycadf >=0.8.0,<0.9.0
- python-keystoneclient >=1.1.0,<1.4.0
- "requests >=2.2.0,!=2.4.0"
- six >=1.9.0
- webob >=1.2.3

test:
imports:
- keystonemiddleware.auth_token

about:
home: http://docs.openstack.org/developer/keystonemiddleware/
license: Apache 2.0
summary: Middleware for OpenStack Identity

extra:
recipe-maintainers:
- anguslees
121 changes: 121 additions & 0 deletions recipes/nova/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
{% set version = "2015.1.1" %}

package:
name: nova
version: {{ version }}

source:
fn: nova-{{ version }}.tar.gz
url: http://tarballs.openstack.org/nova/nova-{{ version }}.tar.gz
md5: d91d849643565145a1d6489ecc7aa7d3

build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
entry_points:
- nova-all = nova.cmd.all:main
- nova-api = nova.cmd.api:main
- nova-api-ec2 = nova.cmd.api_ec2:main
- nova-api-metadata = nova.cmd.api_metadata:main
- nova-api-os-compute = nova.cmd.api_os_compute:main
- nova-cells = nova.cmd.cells:main
- nova-cert = nova.cmd.cert:main
- nova-compute = nova.cmd.compute:main
- nova-conductor = nova.cmd.conductor:main
- nova-console = nova.cmd.console:main
- nova-consoleauth = nova.cmd.consoleauth:main
- nova-dhcpbridge = nova.cmd.dhcpbridge:main
- nova-idmapshift = nova.cmd.idmapshift:main
- nova-manage = nova.cmd.manage:main
- nova-network = nova.cmd.network:main
- nova-novncproxy = nova.cmd.novncproxy:main
- nova-objectstore = nova.cmd.objectstore:main
- nova-rootwrap = oslo_rootwrap.cmd:main
- nova-scheduler = nova.cmd.scheduler:main
- nova-serialproxy = nova.cmd.serialproxy:main
- nova-spicehtml5proxy = nova.cmd.spicehtml5proxy:main
- nova-xvpvncproxy = nova.cmd.xvpvncproxy:main

requirements:
build:
- python
- setuptools
- pbr >=0.11,<2.0

run:
- python
- sqlalchemy <=0.9.99,>=0.9.7
- boto >=2.32.1
- decorator >=3.4.0
- "eventlet !=0.17.0,>=0.16.1"
- jinja2 >=2.6
- keystonemiddleware <1.6.0,>=1.5.0
- lxml >=2.3
- "routes !=2.0,!=2.1,>=1.12.3" # [py27]
- "routes !=2.0,>=1.12.3" # [not py27]
- webob >=1.2.3
- greenlet >=0.3.2
- pastedeploy >=1.5.0
- paste
- sqlalchemy-migrate >=0.9.5
- netaddr >=0.7.12
- paramiko >=1.13.0
- pyasn1
- babel >=1.3
- iso8601 >=0.1.9
- "jsonschema !=2.5.0,<3.0.0,>=2.0.0"
- python-cinderclient <1.2.0,>=1.1.0
- python-neutronclient <2.5.0,>=2.3.11
- python-glanceclient <0.18.0,>=0.15.0
- six >=1.9.0
- stevedore <1.4.0,>=1.3.0
- websockify <0.7,>=0.6.0
- oslo.concurrency <1.9.0,>=1.8.0
- oslo.config <1.10.0,>=1.9.3
- oslo.context <0.3.0,>=0.2.0
- oslo.log <1.1.0,>=1.0.0
- oslo.serialization <1.5.0,>=1.4.0
- oslo.utils <1.5.0,>=1.4.0
- oslo.db <1.8.0,>=1.7.0
- oslo.rootwrap <1.7.0,>=1.6.0
- oslo.messaging <1.9.0,>=1.8.0
- oslo.i18n <1.6.0,>=1.5.0
- rfc3986 >=0.2.0
- oslo.middleware <1.1.0,>=1.0.0
- psutil <2.0.0,>=1.1.1

test:
commands:
- nova-all --help
- nova-api --help
- nova-api-ec2 --help
- nova-api-metadata --help
- nova-api-os-compute --help
- nova-cells --help
- nova-cert --help
- nova-compute --help
- nova-conductor --help
- nova-console --help
- nova-consoleauth --help
# nova-dhcpbridge needs CONFIG_FILE pointing at a legal json file
#- nova-dhcpbridge --help
- nova-idmapshift --help
- nova-manage --help
- nova-network --help
- nova-novncproxy --help
- nova-objectstore --help
# nova-rootwrap is ultra-paranoid and has no no-op command
#- nova-rootwrap
- nova-scheduler --help
- nova-serialproxy --help
- nova-spicehtml5proxy --help
- nova-xvpvncproxy --help

about:
home: https://wiki.openstack.org/wiki/Nova
license: Apache 2.0
summary: OpenStack Compute (Nova)

extra:
recipe-maintainers:
- anguslees
35 changes: 35 additions & 0 deletions recipes/os-brick/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{% set version = "0.3.2" %}

package:
name: os-brick
version: {{ version }}

source:
fn: os-brick-{{ version }}.tar.gz
url: https://pypi.python.org/packages/source/o/os-brick/os-brick-{{ version }}.tar.gz
md5: 5bc611df7e5af5194b5d6fc1ce92a743

build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt

requirements:
build:
- python
- setuptools
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs pbr in build apparently.


run:
- python

test:
imports:
- os_brick.initiator

about:
home: http://docs.openstack.org/developer/os-brick/
license: Apache 2.0
summary: OpenStack Cinder brick library for managing local volume attaches

extra:
recipe-maintainers:
- anguslees
36 changes: 36 additions & 0 deletions recipes/oslo.context/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{% set version = "0.2.0" %}

package:
name: oslo.context
version: {{ version }}

source:
fn: oslo.context-{{ version }}.tar.gz
url: https://pypi.python.org/packages/source/o/oslo.context/oslo.context-{{ version }}.tar.gz
md5: f6ae1896dab2c77ad016e35cd7c4a20d

build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt

requirements:
build:
- python
- setuptools
- pbr <2.0,>=1.3

run:
- python

test:
imports:
- oslo_context.context

about:
home: http://docs.openstack.org/developer/oslo.context/
license: Apache 2.0
summary: Helpers to maintain useful information about a request context

extra:
recipe-maintainers:
- anguslees
49 changes: 49 additions & 0 deletions recipes/oslo.db/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{% set version = "1.7.2" %}

package:
name: oslo.db
version: {{ version }}

source:
fn: oslo.db-{{ version }}.tar.gz
url: https://pypi.python.org/packages/source/o/oslo.db/oslo.db-{{ version }}.tar.gz
md5: a66179ca85c81d419e5eb5ec338783c7

build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt

requirements:
build:
- python
- setuptools
- pbr >=1.3

run:
- python
- alembic >=0.7.2
- babel >=1.3
- iso8601 >=0.1.9
- oslo.i18n >=1.5.0,<1.6.0
- oslo.config >=1.9.3,<1.10.0
- oslo.utils >=1.4.0,<1.5.0
- sqlalchemy >=0.9.7,<=0.9.99
- sqlalchemy-migrate >=0.9.5
- stevedore >=1.3.0,<1.4.0
- six >=1.9.0
- testresources >=0.2.4
- testscenarios >=0.4


test:
imports:
- oslo_db

about:
home: http://docs.openstack.org/developer/oslo.db/
license: Apache 2.0
summary: Provides database connectivity to different database backends and various other helper utils

extra:
recipe-maintainers:
- anguslees
44 changes: 44 additions & 0 deletions recipes/oslo.log/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set version = "1.0.0" %}

package:
name: oslo.log
version: {{ version }}

source:
fn: oslo.log-{{ version }}.tar.gz
url: https://pypi.python.org/packages/source/o/oslo.log/oslo.log-{{ version }}.tar.gz
md5: 37f5dc8642e9bee93ec2897333f0152d

build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt

requirements:
build:
- python
- setuptools
- pbr

run:
- python
- babel >=1.3
- six >=1.9.0
- iso8601 >=0.1.9
- oslo.config >=1.9.0
- oslo.context >=0.2.0
- oslo.i18n >=1.3.0
- oslo.utils >=1.2.0
- oslo.serialization >=1.2.0

test:
imports:
- oslo_log.log

about:
home: http://docs.openstack.org/developer/oslo.log/
license: Apache 2.0
summary: Standardized logging for all openstack projects

extra:
recipe-maintainers:
- anguslees
Loading