-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Closed
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 3f7880c
Add two spaces before selector
anguslees 619c9cf
Remove duplicated packages
anguslees a5f374a
Use terse names for licenses
anguslees ea814d7
Fix typo in requirement version
anguslees 398f12b
Inline build scripts in meta.yaml
anguslees 2044b1b
Add an explanatory comment to linecache2 patch
anguslees b57bf0b
Clarified several BSD licenses as BSD 3-clause
anguslees 138ed83
Remove recipes already in feedstocks.
jakirkham 3be8355
linecache2: Removed as another PR has this basically ready to go.
jakirkham 072d84e
Merge pull request #1 from jakirkham/anguslees_additions_cleanup
anguslees f7e74ea
Remove python-mimeparse as it is already in a feedstock.
jakirkham 4f20b7b
Merge pull request #2 from jakirkham/anguslees_additions_cleanup_2
anguslees 802e05d
Remove eventlet as it is already in a feedstock.
jakirkham 90fee32
recipes: Drop traceback2 as it is being added in another PR.
jakirkham 1c4a27b
Merge pull request #3 from jakirkham/anguslees_additions_cleanup_3
anguslees 8109cce
Remove `fixtures` as it was already added.
jakirkham 34f1177
Remove `librabbitmq` as it is being worked on in a separate PR.
jakirkham f25d6c4
Remove `oslo.config` as it is being worked on in a separate PR.
jakirkham 762453e
Remove `oslo.i18n` as it was already added.
jakirkham 90875a4
Remove `oslo.utils` as it is being worked on in a separate PR.
jakirkham bb1a968
Remove `testtools` as it was already added.
jakirkham 0ef6de1
Merge pull request #4 from jakirkham/anguslees_additions_cleanup_4
anguslees 3279e93
Removes pluggy, retrying, and sqlalchemy-migrate
jakirkham 9de41f3
Merge pull request #5 from jakirkham/anguslees_additions_cleanup_5
jakirkham 7719c6e
Remove oslo.serialization as it has been added
jakirkham f472bdf
Remove tox as it has been added
jakirkham 950ac42
Merge remote-tracking branch 'conda-forge/master' into `anguslees/mas…
jakirkham 608dadd
Merge remote-tracking branch 'conda-forge/master' into 'anguslees/mas…
jakirkham c5d7cf5
Merge conda-forge/master into anguslees/master
jakirkham ebb6312
Drop ones already added to conda-forge
jakirkham File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs
pbr
inbuild
apparently.