maav / guix-mirror (public) (License: GPLv3+) (since 2019-11-02) (hash sha1)
Mirror of GNU Guix (https://git.savannah.gnu.org/git/guix.git) with personal branches integrated into master branch.
List of commits:
Subject Hash Author Date (UTC)
gnu: Add rust-ntest-0.3. f5fd7127b64be963c8d3f7fac9cfe99c073f62d1 Arun Isaac 2020-09-17 11:12:32
gnu: Add rust-ntest-test-cases-0.3. 7f88c371189891cb1044b0274b9a787089f07cc3 Arun Isaac 2020-09-17 10:56:52
gnu: Add rust-ntest-timeout-0.3. 107adb84b19e5359cad8412fd2fe5f3fcf41acdc Arun Isaac 2020-09-17 10:52:19
gnu: Add rust-timebomb-0.1. 4b282ebc8764c53cb251ed81c5a42fb6dcdc404e Arun Isaac 2020-09-17 10:49:04
gnu: Add rust-pulse-0.5. e6f7dbbd71716b427d8d233c959cd7a4c87a692b Arun Isaac 2020-09-17 10:47:35
gnu: Add rust-futures-test-0.3. 3b8bf95a6b3460c9739667cb786e2d1a25bdc117 Arun Isaac 2020-09-17 10:43:48
gnu: Add rust-ahash. 44b4bed3990326aea539777c864af953d26f6579 Arun Isaac 2020-09-17 10:39:45
gnu: Add rust-rustls. 58627392c10da03e62648b338d2b274e220b6edb Arun Isaac 2020-09-17 10:33:21
gnu: Add rust-enum-as-inner-0.3. ef6aba34d406bb557f7444ff58faf0ff35943db1 Arun Isaac 2020-09-17 09:45:12
gnu: Add rust-ipnetwork-0.17. 4e5d041c55d1dbefbde2ae442dc4d7ecaa30eeab Arun Isaac 2020-09-17 09:42:23
gnu: Add rust-winreg-0.7. c08fe8a9065aa14841380e96e7e3faacbc0cd156 Arun Isaac 2020-09-17 09:39:43
gnu: Add rust-cookie-store-0.12. 38281cf81c27a2ba5fdaf3256cb8a3f74480a114 Arun Isaac 2020-09-17 09:28:57
gnu: Add rust-publicsuffix-1. 9dab172230ec5f322b88c13aaa84c94f141e110a Arun Isaac 2020-09-17 09:26:19
gnu: Add rust-dotenv. fa6f772f30d987a59e37b92e3d218558293fdb74 Arun Isaac 2020-09-17 09:19:29
gnu: Add rust-derive-error-chain-0.10. 7eceb60e0c797ae4286ef4d47cf8b54d94b78a15 Arun Isaac 2020-09-17 09:16:50
gnu: Add rust-cookie-0.14. 33a5d00d56de351e6e54c10a4fc8e7fd750e3f13 Arun Isaac 2020-09-17 09:13:14
gnu: Add rust-time-0.2. f9ebdaa2b9fdc26f42f19019a871d04e067bd3cc Arun Isaac 2020-09-17 09:10:39
gnu: Add rust-time-macros-0.1. df747a09b366ddba6a6e122ad2073edf5559dd8b Arun Isaac 2020-09-17 09:07:14
gnu: Add rust-time-macros-impl-0.1. c8ec1b8789d4bb90fb7dbbe98101d71e44df9588 Arun Isaac 2020-09-17 09:05:48
gnu: Add rust-standback-0.2. 206ff7371d221935ca8d69ff1546b8957973fdd0 Arun Isaac 2020-09-17 09:03:58
Commit f5fd7127b64be963c8d3f7fac9cfe99c073f62d1 - gnu: Add rust-ntest-0.3.
* gnu/packages/crates-io.scm (rust-ntest-0.3): New variable.
Author: Arun Isaac
Author date (UTC): 2020-09-17 11:12
Committer name: Arun Isaac
Committer date (UTC): 2020-10-12 06:11
Parent(s): 7f88c371189891cb1044b0274b9a787089f07cc3
Signer:
Signing key: 2E25EE8B61802BB3
Signing status: E
Tree: d3ac366cd3ba6e8196653ec6cc7009ca4f5c7480
File Lines added Lines deleted
gnu/packages/crates-io.scm 28 0
File gnu/packages/crates-io.scm changed (mode: 100644) (index 1b77e2c8b0..39be6b040f)
... ... with all line endings.")
15232 15232 "Cross-platform file system notification library.") "Cross-platform file system notification library.")
15233 15233 (license license:cc0))) (license license:cc0)))
15234 15234
15235 (define-public rust-ntest-0.3
15236 (package
15237 (name "rust-ntest")
15238 (version "0.3.3")
15239 (source
15240 (origin
15241 (method url-fetch)
15242 (uri (crate-uri "ntest" version))
15243 (file-name (string-append name "-" version ".tar.gz"))
15244 (sha256
15245 (base32
15246 "04cljndihkcqqwj061bgpnxyv7wqbd3f91ag1b3ryrayn7rrclxv"))))
15247 (build-system cargo-build-system)
15248 (arguments
15249 `(#:cargo-inputs
15250 (("rust-ntest-test-cases" ,rust-ntest-test-cases-0.3)
15251 ("rust-ntest-timeout" ,rust-ntest-timeout-0.3)
15252 ("rust-timebomb" ,rust-timebomb-0.1))
15253 #:cargo-development-inputs
15254 (("rust-ntest-test-cases" ,rust-ntest-test-cases-0.3)
15255 ("rust-ntest-timeout" ,rust-ntest-timeout-0.3)
15256 ("rust-timebomb" ,rust-timebomb-0.1))))
15257 (home-page "https://github.com/becheran/ntest")
15258 (synopsis "Testing framework for Rust")
15259 (description "This package provides a testing framework for Rust which
15260 enhances the built-in library with some useful features.")
15261 (license license:expat)))
15262
15235 15263 (define-public rust-ntest-test-cases-0.3 (define-public rust-ntest-test-cases-0.3
15236 15264 (package (package
15237 15265 (name "rust-ntest-test-cases") (name "rust-ntest-test-cases")
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/maav/guix-mirror

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/maav/guix-mirror

Clone this repository using git:
git clone git://git.rocketgit.com/user/maav/guix-mirror

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main