Project home page: http://code.google.com/p/spyc/
It is released under MIT licence - it is identified at the project web site.
Download: http://spyc.googlecode.com/svn/trunk/spyc.php

This lib is part of the services module and it would be great to have the ability to include this module in a distribution as well.

Comments

geerlingguy’s picture

Status: Active » Reviewed & tested by the community

Looks like they've moved the project to GitHub: https://github.com/mustangostang/spyc/

Code is 32KB, license MIT. Looks good to me.

blueminds’s picture

yeah... but the services module make file still refers to the old location.

Not sure now how to handle this... if we should ask services maintainer to update the make file or leave it as it is

geerlingguy’s picture

Since it seems the project has moved development permanently/primarily to the GitHub location, it's best if the Services module starts using that URL. However, for now, we could add in both patterns.

drozas’s picture

Hello everyone,

I am working on a new version of an Installation Profile for Patterns (http://drupal.org/project/patterns_profile) and I am having some troubles while trying to verify the drush drupal-org.make file due to Spyc. I followed the steps provided in http://drupal.org/node/642116 and check the examples in http://drupal.org/node/1432374, but when I run the drush verify-makefile command I get the following error:

The library 'spyc' cannot be downloaded from                         [error]
https://github.com/mustangostang/spyc.git, the URL must be in the
whitelist available at http://drupal.org/packaging-whitelist.
The drupal.org validation check failed -- see                        [error]
http://drupal.org/node/1432190 for more information.

I have been checking the Packaging Whitelist URLs list (http://drupal.org/packaging-whitelist?page=1) and that spyc url is already included.
My current version of the make file looks as follows (there are some sections with comments that will be removed in the final version, but they have been added temporarily to run drush make locally, e.g.: projects[drupal][version]):

; This file was auto-generated by drush make
api = 2
core = 7.x

;This is just to try the make file locally and it will be removed in the final version
;projects[drupal][version] = 7

; Modules

projects[libraries][subdir] = "contrib"
projects[libraries][version] = "2.1"

projects[macro][subdir] = "contrib"
projects[macro][version] = "1.0-alpha2"

;Using temporarily the dev version. This will refer to 7.x-2.0 in 2.x branch and 7.x-1.0-rc2 (+ official patch) in 1.x branch
projects[patterns][subdir] = "contrib"
projects[patterns][version] = "2.x-dev"

projects[token][subdir] = "contrib"
projects[token][version] = "1.5"

; Libraries

; Check license. Create an optional task in the profile if it is not acceptable in the whitelist 
;libraries[codemirror][download][type] = "git"
;libraries[codemirror][download][url] = "http://marijnhaverbeke.nl/git/codemirror"
;libraries[codemirror][directory_name] = "codemirror"
;libraries[codemirror][type] = "library"

; Already included in the whitelist, but getting the whitelist error while running drush verify make-file
libraries[spyc][download][type] = "git"
libraries[spyc][download][url] = "https://github.com/mustangostang/spyc.git"
libraries[spyc][directory_name] = "spyc"
libraries[spyc][type] = "library"

Does anyone have any idea what could be the reason of getting this error?. I apologize in advance if this is not the proper queue for this kind of issues. I found also a related issue here: http://drupal.org/node/1894940 , but although I have been trying with different versions of the URL I always get the same error (with or without raw, https).

Thank you very much,

David

kreynen’s picture

Status: Reviewed & tested by the community » Fixed

The original request was completed, but the issue was never updated to fixed. I've modified a new issue create by @drozas to reflect the change needed to the regular expression...

#1949904: Update Spyc pattern to allow full package downloads from github

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

typo fix